more robust error message

This commit is contained in:
Jason Nochlin 2024-01-10 07:52:36 -07:00 committed by Gunnar Morling
parent a8ebaf1a59
commit e45c338f0e

View File

@ -177,7 +177,7 @@ echo -e "${BOLD_WHITE}Summary${RESET}"
for fork in "$@"; do
# skip reporting results for failed forks
if [[ " ${failed[@]} " =~ " ${fork} " ]]; then
echo -e " ${RED}$fork${RESET}: output did not match"
echo -e " ${RED}$fork${RESET}: command failed or output did not match"
continue
fi