diff options
author | Marius Kintel <marius@kintel.net> | 2013-04-05 20:37:18 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-04-05 20:37:18 (GMT) |
commit | 6de88962556c5343f6b8db7fdfe4233c50ba2953 (patch) | |
tree | 764698d613225fd6dad8b8ae5936578c1e58e56d /tests/test_cmdline_tool.py | |
parent | 56bf724ab40facb4b26388baf8facf5bf5202cda (diff) | |
parent | 7b5cd11cdc923921cfae5b40fca5850fbd92de40 (diff) |
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'tests/test_cmdline_tool.py')
-rwxr-xr-x | tests/test_cmdline_tool.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_cmdline_tool.py b/tests/test_cmdline_tool.py index eb01abd..470be1e 100755 --- a/tests/test_cmdline_tool.py +++ b/tests/test_cmdline_tool.py @@ -256,5 +256,6 @@ if __name__ == '__main__': verification = verify_test(options.testname, options.cmd) resultfile = run_test(options.testname, options.cmd, args[1:]) - + if not resultfile: exit(1) + if not verification or not compare_with_expected(resultfile): exit(1) |