more robust error message
This commit is contained in:
parent
a8ebaf1a59
commit
e45c338f0e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user