Leaderboard update, better failure output

This commit is contained in:
Gunnar Morling
2024-01-11 09:20:42 +01:00
parent c9183a5aeb
commit e084c36760
2 changed files with 3 additions and 1 deletions

View File

@@ -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