From 9bb0a1b7314d3eec40167d21779460b3450a07e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Tue, 30 Jun 2020 17:54:38 +0200 Subject: [PATCH] config tests: log test file name at the beginning of output --- tests/config/test.cfg | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2