commit 9c12fd9: [Test] Fix segmentation fault check

Andrew Lewis nerf at judo.za.org
Tue Jun 1 20:21:05 UTC 2021


Author: Andrew Lewis
Date: 2021-06-01 11:46:33 +0200
URL: https://github.com/rspamd/rspamd/commit/9c12fd9609b1af6da35178987b9f1033b02757bc

[Test] Fix segmentation fault check

---
 test/functional/lib/rspamd.robot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}


More information about the Commits mailing list