Browse Source
[Test] Properly set environment, fix teardown part
pull/4367/head
Vsevolod Stakhov
3 years ago
No known key found for this signature in database
GPG Key ID: 7647B6790081437
2 changed files with
1 additions and
1 deletions
-
test/functional/cases/230_tcp.robot
-
test/functional/lib/rspamd.robot
|
|
@ -56,7 +56,6 @@ Servers Setup |
|
|
|
|
|
|
|
Servers Teardown |
|
|
|
Dummy Http Teardown |
|
|
|
Dummy Https Teardown |
|
|
|
Rspamd Teardown |
|
|
|
Teardown Dummy Ssl |
|
|
|
|
|
|
|
|
|
@ -258,6 +258,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 |
|
|
|
... stdout=${RSPAMD_TMPDIR}/rspamd.stdout stderr=${RSPAMD_TMPDIR}/rspamd.stderr |
|
|
|
|
|
|
|