]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
config tests: log test file name at the beginning of output
authorPetr Špaček <petr.spacek@nic.cz>
Tue, 30 Jun 2020 15:54:38 +0000 (17:54 +0200)
committerPetr Špaček <petr.spacek@nic.cz>
Wed, 8 Jul 2020 06:42:07 +0000 (08:42 +0200)
tests/config/test.cfg

index 84ce8dae68c94f70c7f09b5a1f7c79d0dc452a87..50515e2aea4568dbf3ab4b03d137d656fb26ef95 100644 (file)
@@ -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