summaryrefslogtreecommitdiff
path: root/tests/test_cmdline_tool.py
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-10-16 16:08:34 (GMT)
committerMarius Kintel <marius@kintel.net>2011-10-16 16:08:34 (GMT)
commit790c9a19258876b93781b70af14c71915a746904 (patch)
treef500bb8a79be5d3f160430ddbdd65e6881db59a8 /tests/test_cmdline_tool.py
parent24634b3eccbe6bc934481b3da128c910c607a130 (diff)
Increase pixel diff threshold
Diffstat (limited to 'tests/test_cmdline_tool.py')
-rwxr-xr-xtests/test_cmdline_tool.py2
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
contact: Jan Huwald // Impressum