Commit 09470b2e authored by Kevin Modzelewski's avatar Kevin Modzelewski

Attempt at better message when the tester itself crashes

parent 0f5f16ac
......@@ -66,6 +66,8 @@ def run_test(cmd, cwd, expected, env = None):
print
print "Return code:", errcode
assert errcode in (0, 1), "\n\n%s\nTest process crashed" % output
if expected == result:
print "Received expected output"
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment