From: Ben Myers Date: Fri, 26 Jul 2013 16:07:33 +0000 (-0500) Subject: Revert "xfstests: exit out if _scratch_mount fails" X-Git-Tag: v2022.05.01~3399 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=aee563c643460638fb61d8a34fa507c8c4045ba2;p=xfstests-dev.git Revert "xfstests: exit out if _scratch_mount fails" This reverts commit 74bcf51c066e498a147ab5902e377efa59224dd3. Unfortunately this commit causes dmapi tests to be run on systems which don't have dmapi installed, so they fail. Signed-off-by: Ben Myers --- diff --git a/common/rc b/common/rc index 5cb1fe22..fe6bbfcb 100644 --- a/common/rc +++ b/common/rc @@ -276,10 +276,6 @@ _scratch_mount_options() _scratch_mount() { _mount -t $FSTYP `_scratch_mount_options $*` - if [ $? -ne 0 ]; then - echo "mount failed" - exit 1 - fi } _scratch_unmount()