Skip to content

Commit 4c6ba93

Browse files
committed
t/test-lib fail_test(): Print a message with fail_test info
1 parent 2b63364 commit 4c6ba93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/test-lib.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ end_test() {
2727
}
2828

2929
fail_test() {
30+
echo "# fail_test:" "$@"
3031
ENCOUNTERED_FAILURE=true
3132
}
3233

0 commit comments

Comments
 (0)