Skip to content

Commit

Permalink
ci: verbose output when utf8 on win test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Aug 19, 2024
1 parent 5471243 commit 81e7073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ jobs:
# Warning: the diff line below is PowerShell syntax, not bash!
run: |
echo ćś | readalongs make-xml -l fra - - | findstr /v meta > cs.readalong
if (diff (cat cs.readalong) (cat test/data/cs-ref.readalong)) { throw "Output did not match reference" }
if (diff (cat cs.readalong) (cat test/data/cs-ref.readalong)) { diff (cat cs.readalong) (cat test/data/cs-ref.readalong); throw "Output did not match reference" }

0 comments on commit 81e7073

Please sign in to comment.