diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-07-25 17:06:49 +0100 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-07-25 17:44:17 +0100 |
commit | da9555606f6772434e5a565cb00bc0d1c2c2a4db (patch) | |
tree | a6ff40dd1a6ba382aef2a25b0b4745c63644c97f /test/functional/lib/rspamd.robot | |
parent | 2842a5ffb17b485d4703018de6efb7f52b1ba990 (diff) | |
download | rspamd-da9555606f6772434e5a565cb00bc0d1c2c2a4db.tar.gz rspamd-da9555606f6772434e5a565cb00bc0d1c2c2a4db.zip |
[Test] Try harder to kill rspamd + child processes to avoid cascading failures
Diffstat (limited to 'test/functional/lib/rspamd.robot')
-rw-r--r-- | test/functional/lib/rspamd.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/lib/rspamd.robot b/test/functional/lib/rspamd.robot index fe5ee83fb..51030c84f 100644 --- a/test/functional/lib/rspamd.robot +++ b/test/functional/lib/rspamd.robot @@ -62,7 +62,7 @@ Generic Setup ... ELSE Fail 'RSPAMD_SCOPE must be Test or Suite' Generic Teardown - Shutdown Process ${RSPAMD_PID} + Shutdown Process With Children ${RSPAMD_PID} Cleanup Temporary Directory ${TMPDIR} Log Logs |