commit 11fd83a: [Test] Do not clean up hyperscan files during functional tests

Vsevolod Stakhov vsevolod at rspamd.com
Thu Dec 1 22:35:05 UTC 2022


Author: Vsevolod Stakhov
Date: 2022-12-01 22:29:48 +0000
URL: https://github.com/rspamd/rspamd/commit/11fd83a5d8b56d60b0dd60679326d8241164f86b (HEAD -> master)

[Test] Do not clean up hyperscan files during functional tests

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

diff --git a/test/functional/lib/rspamd.robot b/test/functional/lib/rspamd.robot
index de4a188fb..4f04dffd8 100644
--- a/test/functional/lib/rspamd.robot
+++ b/test/functional/lib/rspamd.robot
@@ -236,6 +236,7 @@ Run Rspamd
   ...  env:RSPAMD_TMPDIR=${RSPAMD_TMPDIR}
   ...  env:RSPAMD_CONFDIR=${RSPAMD_TESTDIR}/../../conf/
   ...  env:LD_LIBRARY_PATH=${RSPAMD_TESTDIR}/../../contrib/aho-corasick
+  ...  env:RSPAMD_NO_CLEANUP=1
   ...  env:ASAN_OPTIONS=quarantine_size_mb=2048:malloc_context_size=20:fast_unwind_on_malloc=0:log_path=${RSPAMD_TMPDIR}/rspamd-asan
   # We need to send output to files (or discard output) to avoid hanging Robot
   ...  stdout=${RSPAMD_TMPDIR}/configdump.stdout  stderr=${RSPAMD_TMPDIR}/configdump.stderr


More information about the Commits mailing list