diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-01 04:16:28 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-01 04:16:28 (GMT) |
commit | 1f39090cc0f47893977f8abc33b5f1933a3c275e (patch) | |
tree | 308da130cf4ec27e5e86e3844c14bf45c06f6537 /tests/test_cmdline_tool.py | |
parent | 684e023e849f5ab971d3901d1932ce21ddc3f8e2 (diff) |
fix GLU issues caued by mesa split from glu. clarify test error msg
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 f29acc0..889c429 100755 --- a/tests/test_cmdline_tool.py +++ b/tests/test_cmdline_tool.py @@ -101,7 +101,7 @@ def compare_png(resultfilename): msg += '\n expected image: ' + expectedfilename + '\n' print >> sys.stderr, msg if not resultfilename: - print >> sys.stderr, "Error: OpenSCAD did not generate an image to test" + print >> sys.stderr, "Error: OpenSCAD error during test image generation" return False print >> sys.stderr, ' actual image: ', resultfilename |