diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-31 04:02:07 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-31 04:02:07 (GMT) |
commit | 3b28d9a406ee6e25754732d442933ff5cfd5c88f (patch) | |
tree | 445225d164117eb416759ad20f91ffaeaf0ea5fe /tests/test_cmdline_tool.py | |
parent | e8a9df55cfcf10e31d6513d6cb14cf630ee6c9b8 (diff) |
cleanup
Diffstat (limited to 'tests/test_cmdline_tool.py')
-rwxr-xr-x | tests/test_cmdline_tool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmdline_tool.py b/tests/test_cmdline_tool.py index 517c7e9..2ccd301 100755 --- a/tests/test_cmdline_tool.py +++ b/tests/test_cmdline_tool.py @@ -35,7 +35,7 @@ def initialize_environment(): def init_expected_filename(testname, cmd): global expecteddir, expectedfilename testbinary_filename = os.path.split(cmd)[1] - # if you have guicgalpngtest, use the images for cgalpngtest + # guicgalpngtest uses the images from cgalpngtest if testbinary_filename.startswith("gui"): testbinary_filename = testbinary_filename[3:] expecteddir = os.path.join(options.regressiondir, testbinary_filename ) |