2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-27 12:39:06 +00:00

Pass -k to make check in build-appimage

This commit is contained in:
Jay Berkenbilt 2018-08-14 11:52:16 -04:00
parent 7214ba2303
commit 8ca46d1ff0

View File

@ -93,7 +93,7 @@ make -j$(nproc)
if [ "$SKIP_TESTS" = "" ]; then if [ "$SKIP_TESTS" = "" ]; then
# Run built-in QPDF checks: # Run built-in QPDF checks:
make check make -k check
fi fi
# Prepare AppDir which is the basis for the AppImage: # Prepare AppDir which is the basis for the AppImage: