Skip to content

Commit

Permalink
fix mingw32 test
Browse files Browse the repository at this point in the history
the file statement just changed
  • Loading branch information
Cyan4973 committed Dec 26, 2024
1 parent f9ea49e commit 4b9ca60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ jobs:
PATH=/mingw32/bin:$PATH /mingw32/bin/mingw32-make.exe clean test MOREFLAGS=-Werror
PATH=/mingw32/bin:$PATH /mingw32/bin/mingw32-make.exe -C tests/bench
# Abort if result of "file ./xxhsum.exe" doesn't contain '80386'.
# Expected output is "./xxhsum.exe: PE32 executable (console) Intel 80386, for MS Windows"
# Expected output is "./xxhsum.exe: PE32 executable (console) Intel i386, for MS Windows"
file ./xxhsum.exe
file ./xxhsum.exe | grep -q '80386' || $(exit 1)
file ./xxhsum.exe | grep -q '386' || $(exit 1)
./xxhsum.exe --version

0 comments on commit 4b9ca60

Please sign in to comment.