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 b11b79f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,5 @@ jobs:
# Warning: the diff line below is PowerShell syntax, not bash!
run: |
echo ćś | readalongs make-xml -l fra - - | findstr /v meta > cs.readalong
diff (cat cs.readalong) (cat test/data/cs-ref.readalong)
if (diff (cat cs.readalong) (cat test/data/cs-ref.readalong)) { throw "Output did not match reference" }

0 comments on commit b11b79f

Please sign in to comment.