From 9c12fd9609b1af6da35178987b9f1033b02757bc Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Tue, 1 Jun 2021 11:46:33 +0200 Subject: [PATCH] [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 e5132e3a72..725ab6e5f0 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} -- 2.47.3