From ee9041edc60ce2ef35760d70f9de5816bab2760a Mon Sep 17 00:00:00 2001 From: Mikhail Galanin Date: Fri, 5 Oct 2018 12:35:56 +0100 Subject: [PATCH] [Test] global variable for coverage collector --- .luacheckrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.luacheckrc b/.luacheckrc index 9b899c2168..39b820b701 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -63,3 +63,7 @@ files['/**/src/rspamadm/*'].globals = { 'ansicolors', 'getopt', } + +files['test/functional/lua/test_coverage.lua'].globals = { + '__GLOBAL_COVERAGE_WATCHDOG' +} -- 2.47.3