Browse Source

[Test] Properly set environment, fix teardown part

tags/3.5
Vsevolod Stakhov 1 year ago
parent
commit
44f27a93e3
No account linked to committer's email address
2 changed files with 1 additions and 1 deletions
  1. 0
    1
      test/functional/cases/230_tcp.robot
  2. 1
    0
      test/functional/lib/rspamd.robot

+ 0
- 1
test/functional/cases/230_tcp.robot View File

@@ -56,7 +56,6 @@ Servers Setup

Servers Teardown
Dummy Http Teardown
Dummy Https Teardown
Rspamd Teardown
Teardown Dummy Ssl


+ 1
- 0
test/functional/lib/rspamd.robot View File

@@ -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


Loading…
Cancel
Save