From 83005f5c8de788f3b2fec9b186a766814004895d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 17 Nov 2018 01:52:51 +0300 Subject: Print id of failed test --- tests/test/script/runner/status.testscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/test/script/runner/status.testscript') diff --git a/tests/test/script/runner/status.testscript b/tests/test/script/runner/status.testscript index 1689a69..0532ed3 100644 --- a/tests/test/script/runner/status.testscript +++ b/tests/test/script/runner/status.testscript @@ -17,6 +17,7 @@ b += --no-column : $c <'$* -s 1 == 0' && $b 2>>/~%EOE%d != 0 %testscript:1: error: ../../../../driver(.exe)? exit code 1 != 0% + info: test id: 1 EOE } @@ -31,6 +32,7 @@ b += --no-column : $c <'$* -s 1 != 1' && $b 2>>/~%EOE% != 0 %testscript:1: error: ../../../../driver(.exe)? exit code 1 == 1% + info: test id: 1 EOE } @@ -40,6 +42,7 @@ $c <'$* -s 1 -e "Error"' && $b 2>>/~%EOE% != 0 %testscript:1: error: ../../../driver(.exe)? exit code 1 != 0% info: stderr: test/1/stderr Error + info: test id: 1 EOE #\ -- cgit v1.1