aboutsummaryrefslogtreecommitdiffstats
path: root/appimage
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-08-14 17:52:16 +0200
committerJay Berkenbilt <ejb@ql.org>2018-08-14 22:41:13 +0200
commit8ca46d1ff0177b1f7f1804cb25c85bd3ff0316e5 (patch)
tree9f0de1e08b1090d90dd60c95df67ac7f3dc84a13 /appimage
parent7214ba2303d1e1809993b429dd70f84b32c4dbb2 (diff)
downloadqpdf-8ca46d1ff0177b1f7f1804cb25c85bd3ff0316e5.tar.zst
Pass -k to make check in build-appimage
Diffstat (limited to 'appimage')
-rwxr-xr-xappimage/build-appimage2
1 files changed, 1 insertions, 1 deletions
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: