From 3b28d9a406ee6e25754732d442933ff5cfd5c88f Mon Sep 17 00:00:00 2001 From: don bright Date: Thu, 31 Jan 2013 05:02:07 +0100 Subject: cleanup 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 ) -- cgit v0.10.1