From 8ca46d1ff0177b1f7f1804cb25c85bd3ff0316e5 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 14 Aug 2018 11:52:16 -0400 Subject: Pass -k to make check in build-appimage --- appimage/build-appimage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appimage') diff --git a/appimage/build-appimage b/appimage/build-appimage index 5384b045..1358117e 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: -- cgit v1.2.3-54-g00ecf