X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/4692cf6ac0e5b47b7d2f61bd147cfb29bae25df2..4255c180bdf9d35ed1be19bb241da7ca098c7065:/tests/dtest.py diff --git a/tests/dtest.py b/tests/dtest.py index ec42e70..a5a8be9 100644 --- a/tests/dtest.py +++ b/tests/dtest.py @@ -286,6 +286,7 @@ def stop_daemon(): Stop the daemon if it has not stopped already""" global daemon if daemon == None: + print " (daemon not running)" return rc = daemon.poll() if rc == None: @@ -339,6 +340,7 @@ def run(module=None, report=True): failures += 1 finally: stop_daemon() + os.system("ps -ef | grep disorderd") if report: if failures: print " FAILED"