strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44280a1
)
travis: Properly pass back result of make
author
Tobias Brunner
<tobias@strongswan.org>
Tue, 20 Sep 2016 11:19:33 +0000
(13:19 +0200)
committer
Tobias Brunner
<tobias@strongswan.org>
Tue, 20 Sep 2016 13:32:28 +0000
(15:32 +0200)
Fixes:
4e8f5a189cce
("travis: Add apidoc check")
scripts/test.sh
patch
|
blob
|
history
diff --git
a/scripts/test.sh
b/scripts/test.sh
index
3a7c9d1
..
595fa5f
100755
(executable)
--- a/
scripts/test.sh
+++ b/
scripts/test.sh
@@
-159,7
+159,7
@@
apidoc)
esac
echo "$ make $TARGET"
-make -j4 $TARGET
+make -j4 $TARGET
|| exit $?
case "$TEST" in
apidoc)