diff --git a/evaluate2.sh b/evaluate2.sh index b862bd5..ab91817 100755 --- a/evaluate2.sh +++ b/evaluate2.sh @@ -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