Commit 8ca46d1ff0177b1f7f1804cb25c85bd3ff0316e5
1 parent
7214ba23
Pass -k to make check in build-appimage
Showing
1 changed file
with
1 additions
and
1 deletions
appimage/build-appimage
| @@ -93,7 +93,7 @@ make -j$(nproc) | @@ -93,7 +93,7 @@ make -j$(nproc) | ||
| 93 | 93 | ||
| 94 | if [ "$SKIP_TESTS" = "" ]; then | 94 | if [ "$SKIP_TESTS" = "" ]; then |
| 95 | # Run built-in QPDF checks: | 95 | # Run built-in QPDF checks: |
| 96 | - make check | 96 | + make -k check |
| 97 | fi | 97 | fi |
| 98 | 98 | ||
| 99 | # Prepare AppDir which is the basis for the AppImage: | 99 | # Prepare AppDir which is the basis for the AppImage: |