aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2016-07-21 12:55:41 +0100
committerAndrew Lewis <nerf@judo.za.org>2016-07-21 13:00:20 +0100
commit29bf08b7895fee4cf95f610f33c9805248563708 (patch)
treec2979ab1784f0177a09cbd398ff9d8c1b7e85a57 /test
parent6b106e1cbbf814e34b6950bc9ad205a758bbfb22 (diff)
downloadrspamd-29bf08b7895fee4cf95f610f33c9805248563708.tar.gz
rspamd-29bf08b7895fee4cf95f610f33c9805248563708.zip
[Test] Don't insist on return code != 0 for broken stats test
Diffstat (limited to 'test')
-rw-r--r--test/functional/cases/statistics/lib.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/cases/statistics/lib.robot b/test/functional/cases/statistics/lib.robot
index 387fa5ca8..1a6bc80b6 100644
--- a/test/functional/cases/statistics/lib.robot
+++ b/test/functional/cases/statistics/lib.robot
@@ -18,7 +18,7 @@ ${STATS_PATH_SPAM} path = "\${TMPDIR}/bayes-spam.sqlite";
*** Keywords ***
Broken Learn Test
${result} = Run Rspamc -h ${LOCAL_ADDR}:${PORT_CONTROLLER} learn_spam ${MESSAGE}
- Check Rspamc ${result} inverse=1
+ Check Rspamc ${result} cannot find statfile backend
Empty Part Test
Set Test Variable ${MESSAGE} ${TESTDIR}/messages/empty_part.eml