build: Recommend './test.sh --failed' instead

This commit is contained in:
Ethan P 2021-03-30 19:13:03 -07:00
parent 08455b0cb8
commit af9709452f
No known key found for this signature in database
GPG Key ID: 6963FD04F6CF35EA

View File

@ -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