diff options
author | Andrew Lewis <nerf@judo.za.org> | 2021-06-01 11:46:33 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2021-06-01 15:35:13 +0200 |
commit | 9c12fd9609b1af6da35178987b9f1033b02757bc (patch) | |
tree | d2600a50092fd9e581e91351d9765dee5a83dd82 /test/functional/lib | |
parent | 0feada14ff25c69ef813e5685b30c7bd4775fdbf (diff) | |
download | rspamd-9c12fd9609b1af6da35178987b9f1033b02757bc.tar.gz rspamd-9c12fd9609b1af6da35178987b9f1033b02757bc.zip |
[Test] Fix segmentation fault check
Diffstat (limited to 'test/functional/lib')
-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 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} |