]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
Revert "xfstests: exit out if _scratch_mount fails"
authorBen Myers <bpm@sgi.com>
Fri, 26 Jul 2013 16:07:33 +0000 (11:07 -0500)
committerBen Myers <bpm@sgi.com>
Fri, 26 Jul 2013 16:07:33 +0000 (11:07 -0500)
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 <bpm@sgi.com>
common/rc

index 5cb1fe22e45fb7626b438e8d030b62e87a4045db..fe6bbfcbfc553e60c7c7683afc3349518d71acdd 100644 (file)
--- 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()