diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-10-16 18:13:18 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-10-16 18:13:18 (GMT) |
commit | 4159e9dc5f140c659725f97a5f5cd284a47affd5 (patch) | |
tree | 2ea52792e5f084ac2199425599ae2d6632483866 /tests/test_cmdline_tool.py | |
parent | c0592dc3b833a91457e28a6d80bcc58c1bb7938d (diff) | |
parent | b12b0861756d99c876a243ad5bda85da1a066ac5 (diff) |
Merge remote branch 'upstream/visitortests' 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 e6a84cf..b6afbec 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, "-downsample", "2"], sys.stderr) != 0: + if execute_and_redirect("./yee_compare", [expectedfilename, resultfilename, "-downsample", "2", "-threshold", "200"], sys.stderr) != 0: append_html_output(expectedfilename, resultfilename) return False return True |