Remove unused check

We do not test on FreeBSD in jenkins anymore.

Change-Id: I1578306244f6ee218e464a6c378ff60605cf1d5c
This commit is contained in:
Max
2017-11-23 16:56:24 +01:00
parent 33cbde9ced
commit 33eeeef9dc

View File

@@ -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