aboutsummaryrefslogtreecommitdiff
path: root/tests/test/script/runner/expr.testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-11-17 01:52:51 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-11-17 12:03:36 +0300
commit83005f5c8de788f3b2fec9b186a766814004895d (patch)
tree0ecef30660bee50827bce49a87e003475e9dba0c /tests/test/script/runner/expr.testscript
parent35e4dda6c64716bc04627d7544ccb3ee9a07616e (diff)
Print id of failed test
Diffstat (limited to 'tests/test/script/runner/expr.testscript')
-rw-r--r--tests/test/script/runner/expr.testscript4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test/script/runner/expr.testscript b/tests/test/script/runner/expr.testscript
index 36c15fd..b8dbfdc 100644
--- a/tests/test/script/runner/expr.testscript
+++ b/tests/test/script/runner/expr.testscript
@@ -21,7 +21,7 @@
true = '$* >| -o'
false = '$* -s 1 >| -o'
- bf = $b 2>/~'%.+/driver(\.exe)? exit code 1 != 0%'
+ bf = $b 2>-
: true
:
@@ -510,6 +510,7 @@
/.{7}
-X
+2
+ info: test id: 1
EOE
: non-trailing
@@ -518,5 +519,6 @@
/.{7}
-X
+2
+ info: test id: 1
EOE
}