aboutsummaryrefslogtreecommitdiff
path: root/evaluate2.sh
diff options
context:
space:
mode:
authorGunnar Morling <gunnar.morling@googlemail.com>2024-01-11 09:20:42 +0100
committerGunnar Morling <gunnar.morling@googlemail.com>2024-01-11 09:21:04 +0100
commite084c367606cf164f96f0c6dae7f7ec8dc179a96 (patch)
tree76c28fe266942a1bc16614bf59fd5d08d10dd002 /evaluate2.sh
parentc9183a5aeb6d8f3518f49135b8ddd636ec5a4246 (diff)
Leaderboard update, better failure output
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