From 8ca46d1ff0177b1f7f1804cb25c85bd3ff0316e5 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 14 Aug 2018 11:52:16 -0400 Subject: [PATCH] Pass -k to make check in build-appimage --- appimage/build-appimage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appimage/build-appimage b/appimage/build-appimage index 5384b04..1358117 100755 --- a/appimage/build-appimage +++ b/appimage/build-appimage @@ -93,7 +93,7 @@ make -j$(nproc) if [ "$SKIP_TESTS" = "" ]; then # Run built-in QPDF checks: - make check + make -k check fi # Prepare AppDir which is the basis for the AppImage: -- libgit2 0.21.4