diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-11-17 01:52:51 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-11-17 12:03:36 +0300 |
commit | 83005f5c8de788f3b2fec9b186a766814004895d (patch) | |
tree | 0ecef30660bee50827bce49a87e003475e9dba0c /tests/test/script/runner/status.testscript | |
parent | 35e4dda6c64716bc04627d7544ccb3ee9a07616e (diff) |
Print id of failed test
Diffstat (limited to 'tests/test/script/runner/status.testscript')
-rw-r--r-- | tests/test/script/runner/status.testscript | 3 |
1 files changed, 3 insertions, 0 deletions
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 #\ |