aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2019-01-31 16:08:12 +0100
committerMax <msuraev@sysmocom.de>2019-01-31 16:08:12 +0100
commit14474d3c6627732ac900298c03e0f34d327dfc1d (patch)
tree2a6af9361f81ca04f8a046ba156ef96e4165bcc7
parent8066a41e78779708f8b4488adbdd892c964288d6 (diff)
jenkins.sh: remove obsolete comments
-rwxr-xr-xcontrib/jenkins.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index dc2f734..b1529c4 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# jenkins build helper script for openbsc. This is how we build on jenkins.osmocom.org
+# jenkins build helper: this is how we build on jenkins.osmocom.org
if ! [ -x "$(command -v osmo-build-dep.sh)" ]; then
echo "Error: We need to have scripts/osmo-deps.sh from http://git.osmocom.org/osmo-ci/ in PATH !"
@@ -37,8 +37,7 @@ cd "$base"
autoreconf --install --force
./configure --enable-sanitize --enable-external-tests --enable-werror
$MAKE $PARALLEL_MAKE
-#LD_LIBRARY_PATH="$inst/lib" $MAKE check \
-# || cat-testlogs.sh
+
LD_LIBRARY_PATH="$inst/lib" \
DISTCHECK_CONFIGURE_FLAGS="--enable-vty-tests --enable-external-tests --enable-werror" \
$MAKE distcheck \