mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr.git
synced 2025-10-23 08:22:12 +00:00
Remove unused check
We do not test on FreeBSD in jenkins anymore. Change-Id: I1578306244f6ee218e464a6c378ff60605cf1d5c
This commit is contained in:
@@ -38,9 +38,7 @@ cd "$base"
|
||||
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
|
||||
|
Reference in New Issue
Block a user