Skip to content

Commit

Permalink
n'affiche plus la différence entre les fichiers résultats et source d…
Browse files Browse the repository at this point in the history
…ans la CI
  • Loading branch information
Raphaël Squelbut authored and raphael-squelbut committed Jan 23, 2024
1 parent b3fc32c commit 43d64c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helpers/diff-or-update-golden-master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ then
else
# Diff between expected and actual output
echo -e "${COLOR_YELLOW}"
diff --ed "${GOLDEN_FILE}" "${OUTPUT_FILE}" # if differences are found, the script will exit with a non-zero exit code
diff --brief "${GOLDEN_FILE}" "${OUTPUT_FILE}" # if differences are found, the script will exit with a non-zero exit code
echo -e "${COLOR_DEFAULT}"
echo "${OUTPUT_FILE} matches the golden master file."
fi

0 comments on commit 43d64c7

Please sign in to comment.