Log reaping test failures

This commit is contained in:
Thomas Orozco 2016-11-02 17:43:03 +01:00
parent 271c09796e
commit fa597944fa
1 changed files with 1 additions and 1 deletions

View File

@ -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