[PATCH] osmo-hlr[master]: Remove unused check

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Max gerrit-no-reply at lists.osmocom.org
Thu Nov 23 15:56:57 UTC 2017


Review at  https://gerrit.osmocom.org/4995

Remove unused check

We do not test on FreeBSD in jenkins anymore.

Change-Id: I1578306244f6ee218e464a6c378ff60605cf1d5c
---
M contrib/jenkins.sh
1 file changed, 2 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/95/4995/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index d159db9..825d9ea 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -38,9 +38,7 @@
 autoreconf --install --force
 ./configure --enable-external-tests
 $MAKE $PARALLEL_MAKE
-if [ "x$label" != "xFreeBSD_amd64" ]; then
-    $MAKE check || cat-testlogs.sh
-    $MAKE distcheck || cat-testlogs.sh
-fi
+$MAKE check || cat-testlogs.sh
+$MAKE distcheck || cat-testlogs.sh
 
 osmo-clean-workspace.sh

-- 
To view, visit https://gerrit.osmocom.org/4995
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1578306244f6ee218e464a6c378ff60605cf1d5c
Gerrit-PatchSet: 1
Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list