From e084c367606cf164f96f0c6dae7f7ec8dc179a96 Mon Sep 17 00:00:00 2001 From: Gunnar Morling Date: Thu, 11 Jan 2024 09:20:42 +0100 Subject: Leaderboard update, better failure output --- evaluate2.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'evaluate2.sh') 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 -- cgit v1.2.3