commit bea3b69: [Test] Another try to fix env variable
Vsevolod Stakhov
vsevolod at rspamd.com
Mon Sep 12 20:49:03 UTC 2022
Author: Vsevolod Stakhov
Date: 2022-09-12 21:44:47 +0100
URL: https://github.com/rspamd/rspamd/commit/bea3b69d11d629879bb38b39ce627aa229b2a215 (HEAD -> master)
[Test] Another try to fix env variable
---
test/functional/lib/rspamd.robot | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/functional/lib/rspamd.robot b/test/functional/lib/rspamd.robot
index e1d98e45a..a7693fb2a 100644
--- a/test/functional/lib/rspamd.robot
+++ b/test/functional/lib/rspamd.robot
@@ -241,7 +241,7 @@ Run Rspamd
# Run Rspamd
${result} = Run Process ${RSPAMD} ${SET_LOCAL_CONFDIR} -u ${RSPAMD_USER} -g ${RSPAMD_GROUP}
- ... -c ${CONFIG} env:TMPDIR=${RSPAMD_TMPDIR} env:RSPAMD_DBDIR=${RSPAMD_TMPDIR} env:LD_LIBRARY_PATH=${RSPAMD_TESTDIR}/../../contrib/aho-corasick
+ ... -c ${CONFIG} env:TMPDIR=${RSPAMD_TMPDIR} env:RSPAMD_DBDIR=${RSPAMD_TMPDIR} env:DBDIR=${RSPAMD_TMPDIR} env:LD_LIBRARY_PATH=${RSPAMD_TESTDIR}/../../contrib/aho-corasick
# We need to send output to files (or discard output) to avoid hanging Robot
... stdout=${RSPAMD_TMPDIR}/rspamd.stdout stderr=${RSPAMD_TMPDIR}/rspamd.stderr
More information about the Commits
mailing list