From: Vsevolod Stakhov Date: Thu, 1 Dec 2022 22:29:48 +0000 (+0000) Subject: [Test] Do not clean up hyperscan files during functional tests X-Git-Tag: 3.5~175 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=11fd83a5d8b56d60b0dd60679326d8241164f86b;p=rspamd.git [Test] Do not clean up hyperscan files during functional tests --- 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