summaryrefslogtreecommitdiff
path: root/tests/test_cmdline_tool.py
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-11-25 04:15:19 (GMT)
committerMarius Kintel <marius@kintel.net>2011-11-25 04:15:19 (GMT)
commit7996b8ed8d84be9c95ff083973754b4d85eb2d42 (patch)
tree8c03bd5279ee047af770aa571558e94670430242 /tests/test_cmdline_tool.py
parent70e0b93c1d76fb8a23f42796d5e24d044b6fdff2 (diff)
don't downsample so aggressively
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 688026e..3f27c1e 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", "300"], sys.stderr) != 0:
+ if execute_and_redirect("./yee_compare", [expectedfilename, resultfilename, "-downsample", "1", "-threshold", "150"], sys.stderr) != 0:
return False
return True
contact: Jan Huwald // Impressum