aboutsummaryrefslogtreecommitdiff
path: root/evaluate2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'evaluate2.sh')
-rwxr-xr-xevaluate2.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/evaluate2.sh b/evaluate2.sh
index b7f5414..3ef14d0 100755
--- a/evaluate2.sh
+++ b/evaluate2.sh
@@ -159,6 +159,8 @@ for fork in "$@"; do
echo -e "${BOLD_RED}FAILURE${RESET}: output of ${BOLD_WHITE}$fork-$filetimestamp.out${RESET} does not match ${BOLD_WHITE}out_expected.txt${RESET}"
echo ""
+ git diff --no-index --word-diff out_expected.txt $fork-$filetimestamp.out
+
# add $fork to $failed array
failed+=("$fork")
fi