Log reaping test failures

no-args
Thomas Orozco 8 years ago
parent 271c09796e
commit fa597944fa
  1. 2
      test/run_inner_tests.py

@ -56,7 +56,7 @@ def main():
# and will output the error message here.
assert "zombie reaping won't work" not in err, "Warning message was output!"
ret = p.wait()
assert ret == 0, "Reaping test failed!"
assert ret == 0, "Reaping test failed!\nOUT: %s\nERR: %s" % (out, err)
# Run the signals test

Loading…
Cancel
Save