diff options
author | don bright <hugh.m.bright@gmail.com> | 2011-11-23 04:45:37 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2011-11-23 04:45:37 (GMT) |
commit | aa8d53614a1a8aa16d076a3346d781cb3dc797e2 (patch) | |
tree | de28d2802a437de98a7359a838f9f6e903a7af3f /tests/test_cmdline_tool.py | |
parent | cea502f9a3531888dbbb55099421fb1ab565f2c1 (diff) |
fix stencil code for windows. tweak pretty printer for windows
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 |