diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-15 15:11:53 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-15 15:11:53 +0100 |
commit | 3518e0293d3a77ae8b3c3aca93b276920fa6919c (patch) | |
tree | 806bb61bc90c2159ea76de5cec13d74627743550 /test | |
parent | 3a902458039bac59c99a78f9ff22dcdffedd413c (diff) | |
download | rspamd-3518e0293d3a77ae8b3c3aca93b276920fa6919c.tar.gz rspamd-3518e0293d3a77ae8b3c3aca93b276920fa6919c.zip |
Fix functional tests.
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/functions.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/functional/functions.sh b/test/functional/functions.sh index 7a7ec47fc..b604f7dc5 100644 --- a/test/functional/functions.sh +++ b/test/functional/functions.sh @@ -23,19 +23,6 @@ run_rspamd() { STATS_BACKEND=${STATS_BACKEND:-"mmap"} STATS_HASH=${STATS_HASH:-"compat"} STATS_KEY=${STATS_KEY:-"osipg87ms5gzsis33fdrhaqn5wocp6qfofzxjbw8k1wh9yb6adty"} - - ${RSPAMD} -c ${RSPAMD_CONFIG} -u ${RSPAMD_USER} -g ${RSPAMD_GROUP} -t \ - TMPDIR=${TMPDIR} \ - STATSDIR=${STATSDIR} \ - LUADIR=${LUADIR} \ - STATS_BACKEND=${STATS_BACKEND} \ - STATS_HASH=${STATS_HASH} \ - TESTDIR=${TEST_DIRNAME} \ - STATS_KEY=${STATS_KEY} > ${TMPDIR}/rspamd.out 2>&1 - - if [ $? -ne 0 ] ; then - save_error 'rspamd' 'cannot lint rspamd configuration' - fi ${RSPAMD} -c ${RSPAMD_CONFIG} -u ${RSPAMD_USER} -g ${RSPAMD_GROUP} \ TMPDIR=${TMPDIR} \ |