diff options
author | Mikhail Galanin <mgalanin@mimecast.com> | 2018-10-05 12:35:31 +0100 |
---|---|---|
committer | Mikhail Galanin <mgalanin@mimecast.com> | 2018-10-05 12:35:31 +0100 |
commit | 3440e3a862c02df2eb005d7335c17fbe78eb63ea (patch) | |
tree | 3da5b015c7f4ec127717205d14925e9b099ee761 /test/functional/configs/lua_test.conf | |
parent | 69b45a2214b8b6b8d5c3fe6f480f49ea6c7ae198 (diff) | |
download | rspamd-3440e3a862c02df2eb005d7335c17fbe78eb63ea.tar.gz rspamd-3440e3a862c02df2eb005d7335c17fbe78eb63ea.zip |
[Test] use the coverage collector in tests
Diffstat (limited to 'test/functional/configs/lua_test.conf')
-rw-r--r-- | test/functional/configs/lua_test.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/configs/lua_test.conf b/test/functional/configs/lua_test.conf index 949fd00f2..67e1e8103 100644 --- a/test/functional/configs/lua_test.conf +++ b/test/functional/configs/lua_test.conf @@ -47,5 +47,5 @@ worker { secure_ip = ["127.0.0.1", "::1"]; stats_path = "${TMPDIR}/stats.ucl" } - +lua = "${TESTDIR}/lua/test_coverage.lua"; lua = ${LUA_SCRIPT}; |