Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
test: improve output when source_and_dist_match fails
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmccormick committed Jan 9, 2024
1 parent fb4b70a commit 26e2d8c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
echo -e "\033[0;32mUnpacked .tar.gz files do match source XML, all is well. \033[0m"
echo -e "\033[0;32m=============================================================================\033[0m"
exit 0
} || {
echo -e "\033[0;31m=============================================================================\033[0m"
echo -e "\033[0;31mERROR: Unpacked .tar.gz files do not match source XML! See differences below:\033[0m"
echo -e "\033[0;31m=============================================================================\033[0m"
git diff
}
echo -e "\033[0;31m=============================================================================\033[0m"
echo -e "\033[0;31mERROR: Unpacked .tar.gz files do not match source XML! See differences below:\033[0m"
echo -e "\033[0;31m=============================================================================\033[0m"
git diff

0 comments on commit 26e2d8c

Please sign in to comment.