Skip to content

Commit

Permalink
ajoute de l'aide pour le debug en cas de différence sur les exécutions
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Squelbut committed Jan 22, 2024
1 parent 160e0d6 commit 549f262
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 --brief "${GOLDEN_FILE}" "${OUTPUT_FILE}" # if differences are found, the script will exit with a non-zero exit code
diff --ed "${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 549f262

Please sign in to comment.