diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-10-10 04:48:22 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-10-10 04:48:22 (GMT) |
commit | fdae668899479e634915bba58c481e57a0fac5f5 (patch) | |
tree | ee2dab70edf8da36b79407148eab70fb7473cdf0 /tests/test_cmdline_tool.py | |
parent | a010b7b74702ee2499bf1a2399d7792d3ec6c3b6 (diff) | |
parent | 33da91d87d9bd36138ebde84d5c1db0606c9c1c0 (diff) |
Merge branch 'visitortests' of github.com:donbright/openscad into visitortests
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 7d7f23c..3ac41dd 100755 --- a/tests/test_cmdline_tool.py +++ b/tests/test_cmdline_tool.py @@ -117,7 +117,7 @@ def compare_png(resultfilename): print >> sys.stderr, "Error: OpenSCAD did not generate an image" return False print >> sys.stderr, 'Yee image compare: ', expectedfilename, ' ', resultfilename - if execute_and_redirect("./yee_compare", [expectedfilename, resultfilename], sys.stderr) != 0: + if execute_and_redirect("./yee_compare", [expectedfilename, resultfilename, "-downsample", "2"], sys.stderr) != 0: append_html_output(expectedfilename, resultfilename) return False return True |