Browse Source

[Test] Properly set environment, fix teardown part

pull/4367/head
Vsevolod Stakhov 3 years ago
parent
commit
44f27a93e3
No known key found for this signature in database GPG Key ID: 7647B6790081437
  1. 1
      test/functional/cases/230_tcp.robot
  2. 1
      test/functional/lib/rspamd.robot

1
test/functional/cases/230_tcp.robot

@ -56,7 +56,6 @@ Servers Setup
Servers Teardown
Dummy Http Teardown
Dummy Https Teardown
Rspamd Teardown
Teardown Dummy Ssl

1
test/functional/lib/rspamd.robot

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