Merge pull request #8373 from wjwithagen/patch-4

ceph-detect-init/run-tox.sh: FreeBSD: No init detect

Reviewed-by: Loic Dachary <ldachary@redhat.com>
This commit is contained in:
Loic Dachary 2016-03-31 12:21:56 +02:00
commit e5505523a1

View File

@ -17,6 +17,11 @@
# GNU Library Public License for more details.
#
if [ x"`uname`"x = xFreeBSDx ]; then
echo FreeBSD init system has not been integrated.
exit 0
fi
# run from the ceph-detect-init directory or from its parent
: ${CEPH_DETECT_INIT_VIRTUALENV:=ceph-detect-init-virtualenv}
test -d ceph-detect-init && cd ceph-detect-init