aboutsummaryrefslogtreecommitdiff
path: root/evaluate2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'evaluate2.sh')
-rwxr-xr-xevaluate2.sh2
1 files changed, 1 insertions, 1 deletions
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