mirror of https://github.com/krallin/tini.git
Log reaping test failures
This commit is contained in:
parent
271c09796e
commit
fa597944fa
|
@ -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…
Reference in New Issue