From d4ad2b809c62b59ee4c3767bf1ff096b30886bdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 9 May 2022 13:25:04 +0200 Subject: feat(test): repeat test name if there's user output (#14495) This commit changes test report output to repeat test name before printing result, but only if there's user output, denoted by markers. --- cli/tests/testdata/test/steps/output_within.out | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cli/tests/testdata/test/steps') diff --git a/cli/tests/testdata/test/steps/output_within.out b/cli/tests/testdata/test/steps/output_within.out index e44843e29..0f5c95ce3 100644 --- a/cli/tests/testdata/test/steps/output_within.out +++ b/cli/tests/testdata/test/steps/output_within.out @@ -12,20 +12,20 @@ description ... ------- output ------- 3 ----- output end ----- - ok ([WILDCARD]ms) + inner 1 ... ok ([WILDCARD]ms) inner 2 ... ------- output ------- 4 ----- output end ----- - ok ([WILDCARD]ms) + inner 2 ... ok ([WILDCARD]ms) ------- output ------- 5 ----- output end ----- - ok ([WILDCARD]ms) + step 1 ... ok ([WILDCARD]ms) ------- output ------- 6 ----- output end ----- -ok ([WILDCARD]ms) +description ... ok ([WILDCARD]ms) [WILDCARD] -- cgit v1.2.3