- make test runner handle spaces and dashes in file names

This commit is contained in:
mvandervoord
2012-11-25 15:52:27 -05:00
parent 292a6eac9e
commit 97000e0104
4 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ require HERE+'rakefile_helper'
include RakefileHelpers
# Load default configuration, for now
DEFAULT_CONFIG_FILE = 'gcc.yml'
DEFAULT_CONFIG_FILE = 'gcc_32.yml'
configure_toolchain(DEFAULT_CONFIG_FILE)
task :unit do