Skip to content

Commit

Permalink
t/test-lib fail_test(): Print a message with fail_test info
Browse files Browse the repository at this point in the history
  • Loading branch information
0cjs committed Mar 27, 2019
1 parent 2b63364 commit 4c6ba93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/test-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ end_test() {
}

fail_test() {
echo "# fail_test:" "$@"
ENCOUNTERED_FAILURE=true
}

Expand Down

0 comments on commit 4c6ba93

Please sign in to comment.