]> source.dussan.org Git - rspamd.git/commitdiff
[Test] Fix segmentation fault check
authorAndrew Lewis <nerf@judo.za.org>
Tue, 1 Jun 2021 09:46:33 +0000 (11:46 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Tue, 1 Jun 2021 13:35:13 +0000 (15:35 +0200)
test/functional/lib/rspamd.robot

index e5132e3a72fe22bcf40d4dbb3fe2e0628084ea82..725ab6e5f004f502db561428283cfebae48efa68 100644 (file)
@@ -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}