mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-06-20 19:57:46 +02:00
build: Recommend './test.sh --failed' instead
This commit is contained in:
parent
08455b0cb8
commit
af9709452f
2
build.sh
2
build.sh
@ -529,7 +529,7 @@ if "$OPT_VERIFY"; then
|
|||||||
if [[ "$FAIL" -ne 0 ]]; then
|
if [[ "$FAIL" -ne 0 ]]; then
|
||||||
printc_err "%{RED}%s\n" "One or more tests failed."
|
printc_err "%{RED}%s\n" "One or more tests failed."
|
||||||
printc_msg "\x1B[A\x1B[G\x1B[K%{RED}%s\n" "One or more tests failed."
|
printc_msg "\x1B[A\x1B[G\x1B[K%{RED}%s\n" "One or more tests failed."
|
||||||
printc_err "%{RED}%s%{CLEAR}\n" "Run ./test.sh for more detailed information."
|
printc_err "%{RED}%s%{CLEAR}\n" "Run './test.sh --failed' for more detailed information."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user