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
1 changed files with 1 additions and 1 deletions

View File

@ -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: