diff options
author | Marius Kintel <marius@kintel.net> | 2011-10-27 14:18:37 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-10-27 14:18:37 (GMT) |
commit | 0c0b261e4041d9e5fc0b3aef86cc870d39914ab2 (patch) | |
tree | 1bdc260b0a573e6a70790d81a78c1cb39235689d /tests/test_cmdline_tool.py | |
parent | 16042907c374b847da947b5ca0ee8a160c0a76fe (diff) |
Increased threshold to 300 to avoid minor details from failing a test
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 42fca74..688026e 100755 --- a/tests/test_cmdline_tool.py +++ b/tests/test_cmdline_tool.py @@ -74,7 +74,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", "-threshold", "200"], sys.stderr) != 0: + if execute_and_redirect("./yee_compare", [expectedfilename, resultfilename, "-downsample", "2", "-threshold", "300"], sys.stderr) != 0: return False return True |