From: Petr Špaček Date: Tue, 30 Jun 2020 15:54:38 +0000 (+0200) Subject: config tests: log test file name at the beginning of output X-Git-Tag: v5.1.3~29^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bb0a1b7314d3eec40167d21779460b3450a07e8;p=thirdparty%2Fknot-resolver.git config tests: log test file name at the beginning of output --- diff --git a/tests/config/test.cfg b/tests/config/test.cfg index 84ce8dae6..50515e2ae 100644 --- a/tests/config/test.cfg +++ b/tests/config/test.cfg @@ -19,6 +19,7 @@ modules.unload 'ta_signal_query' modules.unload 'ta_update' -- load test +log('processing test file %s', env.TEST_FILE) local tests = dofile(env.TEST_FILE) -- run test after processed config file