diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-07-29 16:28:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-29 16:28:57 +0100 |
commit | 0ce4ffeb9f85cb412116f4fe008c72961c047fe0 (patch) | |
tree | c5f155da95c6886edb5a1d61cea2a25675b69e9e | |
parent | e316118b4798ac5cd73c682ee741be27383d315d (diff) | |
parent | b1b88ddee11993aed9121d867060e8fe2b0c7ea4 (diff) | |
download | rspamd-0ce4ffeb9f85cb412116f4fe008c72961c047fe0.tar.gz rspamd-0ce4ffeb9f85cb412116f4fe008c72961c047fe0.zip |
Merge pull request #771 from fatalbanana/fun
[Test] Help rspamd find fun.lua
-rw-r--r-- | test/functional/configs/maps.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/configs/maps.conf b/test/functional/configs/maps.conf index 4b6331fae..63c195c5d 100644 --- a/test/functional/configs/maps.conf +++ b/test/functional/configs/maps.conf @@ -2,6 +2,7 @@ options = { filters = ["spf", "dkim", "regexp"] url_tld = "${TESTDIR}/../lua/unit/test_tld.dat" pidfile = "${TMPDIR}/rspamd.pid" + lua_path = "${TESTDIR}/../../contrib/lua-fun/?.lua" } logging = { type = "file", |