From aee563c643460638fb61d8a34fa507c8c4045ba2 Mon Sep 17 00:00:00 2001 From: Ben Myers Date: Fri, 26 Jul 2013 11:07:33 -0500 Subject: [PATCH] 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 --- common/rc | 4 ---- 1 file changed, 4 deletions(-) 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() -- 2.39.5