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/cases | |
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/cases')
-rw-r--r-- | test/functional/cases/statistics/lib.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/cases/statistics/lib.robot b/test/functional/cases/statistics/lib.robot index 1a6bc80b6..5f9e96038 100644 --- a/test/functional/cases/statistics/lib.robot +++ b/test/functional/cases/statistics/lib.robot @@ -48,7 +48,7 @@ Redis Statistics Setup Redis Statistics Teardown Generic Teardown - Shutdown Process ${REDIS_PID} + Shutdown Process With Children ${REDIS_PID} Statistics Setup Generic Setup STATS_PATH_CACHE STATS_PATH_HAM STATS_PATH_SPAM |