diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-11-24 01:31:44 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-11-24 01:31:44 (GMT) |
commit | e4ceccec9e81723567a07883dfa0a1db751f6926 (patch) | |
tree | 91aa3f51f5ada952b711e1ba2751149e3fedab76 /tests/test_cmdline_tool.py | |
parent | 0db6e95e2de1c59a3587eb590e930f0f1e74876e (diff) | |
parent | aa8d53614a1a8aa16d076a3346d781cb3dc797e2 (diff) |
Merge branch 'cakebaby' of github.com:donbright/openscad into cakebaby
Diffstat (limited to 'tests/test_cmdline_tool.py')
-rwxr-xr-x | tests/test_cmdline_tool.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_cmdline_tool.py b/tests/test_cmdline_tool.py index 3e9f45a..40aa4d6 100755 --- a/tests/test_cmdline_tool.py +++ b/tests/test_cmdline_tool.py @@ -35,6 +35,7 @@ def init_expected_filename(testname, cmd): global expecteddir, expectedfilename expecteddir = os.path.join(options.regressiondir, os.path.split(cmd)[1]) expectedfilename = os.path.join(expecteddir, testname + "-expected." + options.suffix) + expectedfilename = os.path.normpath( expectedfilename ) def verify_test(testname, cmd): global expectedfilename |