diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-12-01 22:29:48 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-12-01 22:29:48 +0000 |
commit | 11fd83a5d8b56d60b0dd60679326d8241164f86b (patch) | |
tree | 4bd9bbc37948759d00a0bb537f66a044cdae889d /test/functional/lib/rspamd.robot | |
parent | be888170b27f4fdde9c02a11372baf9771b88845 (diff) | |
download | rspamd-11fd83a5d8b56d60b0dd60679326d8241164f86b.tar.gz rspamd-11fd83a5d8b56d60b0dd60679326d8241164f86b.zip |
[Test] Do not clean up hyperscan files during functional tests
Diffstat (limited to 'test/functional/lib/rspamd.robot')
-rw-r--r-- | test/functional/lib/rspamd.robot | 1 |
1 files changed, 1 insertions, 0 deletions
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 |