diff options
author | Petr Špaček <petr.spacek@nic.cz> | 2020-06-30 17:54:38 +0200 |
---|---|---|
committer | Petr Špaček <petr.spacek@nic.cz> | 2020-07-08 08:42:07 +0200 |
commit | 9bb0a1b7314d3eec40167d21779460b3450a07e8 (patch) | |
tree | b1be3d22989ae26c3e36b6aaaac67d17ef60aa63 /tests/config/test.cfg | |
parent | config tests: detect incorrect config test suite definitions (diff) | |
download | knot-resolver-9bb0a1b7314d3eec40167d21779460b3450a07e8.tar.xz knot-resolver-9bb0a1b7314d3eec40167d21779460b3450a07e8.zip |
config tests: log test file name at the beginning of output
Diffstat (limited to '')
-rw-r--r-- | tests/config/test.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/config/test.cfg b/tests/config/test.cfg index 84ce8dae..50515e2a 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 |