mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-01-20 20:28:37 +01: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
|
||||
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_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
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user