summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-04-05 05:30:40 (GMT)
committerMarius Kintel <marius@kintel.net>2013-04-05 05:30:40 (GMT)
commit4f82bd21bb79e6a991afba95af1247601fb1c4fc (patch)
tree27fb00814bfa78cb2702a60f5ed65c49081fd4a9
parent1b8b7aa5faa167af2687970f195e19439dab5a30 (diff)
parent7b5cd11cdc923921cfae5b40fca5850fbd92de40 (diff)
Merge branch 'master' into issue217
-rwxr-xr-xtests/test_cmdline_tool.py3
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)
contact: Jan Huwald // Impressum