We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9bdc7 commit 92fa994Copy full SHA for 92fa994
1 file changed
test/testlib.sh
@@ -110,6 +110,7 @@ report_failure () {
110
(
111
sed 's/^/ /' <"$TRASHDIR/out" |
112
grep -a -v -e '^\+ end_test' -e '^+ set +x' <"$TRASHDIR/out" |
113
+ sed 's/[+] test_status=/test failed. last command exited with /' |
114
sed 's/^/ /'
115
) 1>&2
116
}
0 commit comments