OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
8ca46d1ff0177b1f7f1804cb25c85bd3ff0316e5
Authored by
Jay Berkenbilt
2018-08-14 11:52:16 -0400
1 parent
7214ba23
Pass -k to make check in build-appimage
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
appimage/build-appimage
appimage/build-appimage
View file @
8ca46d1
...
...
@@ -93,7 +93,7 @@ make -j$(nproc)
93
93
94
94
if [ "$SKIP_TESTS" = "" ]; then
95
95
# Run built-in QPDF checks:
96
- make
check
96
+ make
-k
check
97
97
fi
98
98
99
99
# Prepare AppDir which is the basis for the AppImage:
...
...