From e253df7d6aa4d130f21d530433de795a6eaf6fc9 Mon Sep 17 00:00:00 2001 From: Tim Stahlhut Date: Wed, 12 Oct 2022 21:34:55 -0400 Subject: [PATCH] opt-mingw-zlib: continue on if test fails --- opt-mingw-zlib/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opt-mingw-zlib/PKGBUILD b/opt-mingw-zlib/PKGBUILD index 8aa998a..75e7808 100644 --- a/opt-mingw-zlib/PKGBUILD +++ b/opt-mingw-zlib/PKGBUILD @@ -88,7 +88,7 @@ build() { check() { cd "${srcdir}/build-${MSYSTEM}" - make test + make -k test || true } package() {