aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/lib
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2021-06-01 11:46:33 +0200
committerAndrew Lewis <nerf@judo.za.org>2021-06-01 15:35:13 +0200
commit9c12fd9609b1af6da35178987b9f1033b02757bc (patch)
treed2600a50092fd9e581e91351d9765dee5a83dd82 /test/functional/lib
parent0feada14ff25c69ef813e5685b30c7bd4775fdbf (diff)
downloadrspamd-9c12fd9609b1af6da35178987b9f1033b02757bc.tar.gz
rspamd-9c12fd9609b1af6da35178987b9f1033b02757bc.zip
[Test] Fix segmentation fault check
Diffstat (limited to 'test/functional/lib')
-rw-r--r--test/functional/lib/rspamd.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/lib/rspamd.robot b/test/functional/lib/rspamd.robot
index e5132e3a7..725ab6e5f 100644
--- a/test/functional/lib/rspamd.robot
+++ b/test/functional/lib/rspamd.robot
@@ -154,7 +154,7 @@ Export Scoped Variables
Log does not contain segfault record
${log} = Get File ${RSPAMD_TMPDIR}/rspamd.log encoding_errors=ignore
- Should not contain ${log} Segmentation fault: msg=Segmentation fault detected
+ Should not contain ${log} (Segmentation fault) msg=Segmentation fault detected
Redis HSET
[Arguments] ${hash} ${key} ${value}