diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-11-08 21:13:43 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-11-08 21:13:43 +0000 |
commit | 2c89d492083cbb95a290b41510a743a4f37065fb (patch) | |
tree | b6927bb6549185ee57c7b180ad385db180df2c5b /test | |
parent | b8429d281951705448846fc62672c71b9565054d (diff) | |
download | rspamd-2c89d492083cbb95a290b41510a743a4f37065fb.tar.gz rspamd-2c89d492083cbb95a290b41510a743a4f37065fb.zip |
[Test] Fix stupid robot
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/lib/rspamd.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/lib/rspamd.robot b/test/functional/lib/rspamd.robot index 6487a2e11..53d4e70f9 100644 --- a/test/functional/lib/rspamd.robot +++ b/test/functional/lib/rspamd.robot @@ -218,7 +218,7 @@ Run Rspamd Log ${config} Create File ${tmpdir}/rspamd.conf ${config} ${result} = Run Process ${RSPAMD} -u ${RSPAMD_USER} -g ${RSPAMD_GROUP} - ... -c ${tmpdir}/rspamd.conf env:TMPDIR=${tmpdir} env:DBDIR=${tmpdir} env:LD_LIBRARY_PATH=${TESTDIR}/../../contrib/aho-corasick + ... -c ${tmpdir}/rspamd.conf env:TMPDIR=${tmpdir} env:DBDIR=${tmpdir} env:LD_LIBRARY_PATH=${TESTDIR}/../../contrib/aho-corasick stdout=DEVNULL stderr=DEVNULL Run Keyword If ${result.rc} != 0 Log ${result.stderr} Should Be Equal As Integers ${result.rc} 0 Wait Until Keyword Succeeds 10x 1 sec Check Pidfile ${tmpdir}/rspamd.pid timeout=0.5s |