diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-07-17 15:03:03 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-07-17 15:03:03 +0100 |
commit | c9911b8d8de442a18cf4ba99045987ffdf0ec775 (patch) | |
tree | 084d646431715f1efd8fc5740c1094530ae60c8a /test/functional/configs/neural.conf | |
parent | fb480c416919857c208a6c33e779d8417479b381 (diff) | |
download | rspamd-c9911b8d8de442a18cf4ba99045987ffdf0ec775.tar.gz rspamd-c9911b8d8de442a18cf4ba99045987ffdf0ec775.zip |
[Test] Killmeplease...
Diffstat (limited to 'test/functional/configs/neural.conf')
-rw-r--r-- | test/functional/configs/neural.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/configs/neural.conf b/test/functional/configs/neural.conf index a8b30b197..a6abad3e0 100644 --- a/test/functional/configs/neural.conf +++ b/test/functional/configs/neural.conf @@ -23,4 +23,5 @@ redis { servers = "${REDIS_ADDR}:${REDIS_PORT}"; expand_keys = true; } -lua = ${LUA_SCRIPT};
\ No newline at end of file + +lua = "${TESTDIR}/lua/neural.lua";
\ No newline at end of file |