diff options
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 #\ |