From e45c338f0ed5949651caa115762a82fe61514957 Mon Sep 17 00:00:00 2001 From: Jason Nochlin Date: Wed, 10 Jan 2024 07:52:36 -0700 Subject: [PATCH] more robust error message --- evaluate2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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