Skip to content

Commit

Permalink
opt-mingw-zlib: continue on if test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
stahta01 committed Oct 13, 2022
1 parent db15771 commit e253df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opt-mingw-zlib/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ build() {

check() {
cd "${srcdir}/build-${MSYSTEM}"
make test
make -k test || true
}

package() {
Expand Down

0 comments on commit e253df7

Please sign in to comment.