From: Sage Weil Date: Mon, 13 Jan 2020 20:40:51 +0000 (-0600) Subject: qa/workunits/cephadm/test_cephadm: drop stray 'exit 0' X-Git-Tag: v15.1.0~235^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fe8f423345444a2c2b5f01d60cace21166c3cfbc;p=ceph-ci.git qa/workunits/cephadm/test_cephadm: drop stray 'exit 0' Introduced in 40b70c632d22dbd4cf68f8ad0df1b30ee28b9f19 Signed-off-by: Sage Weil --- diff --git a/qa/workunits/cephadm/test_cephadm.sh b/qa/workunits/cephadm/test_cephadm.sh index 7295319b202..c1940bf4345 100755 --- a/qa/workunits/cephadm/test_cephadm.sh +++ b/qa/workunits/cephadm/test_cephadm.sh @@ -180,8 +180,6 @@ for u in ceph-$FSID@mgr.y; do systemctl is-active $u done -exit 0 - for f in `seq 1 30`; do if $CEPHADM shell --fsid $FSID \ --config $CONFIG --keyring $KEYRING -- \