fstests: _fail test by default when _scratch_mount fails
[xfstests-dev.git] / tests / generic / 083
index 9f09a7b09e8bed01bd3e2ebe176a71fcd1e078f7..ac97952c35c065c7d356f081abec320703f7aa89 100755 (executable)
@@ -78,8 +78,7 @@ workout()
                _scratch_mkfs_sized $fsz >>$seqres.full 2>&1 \
                        || _fail "size=$fsz mkfs failed"
        fi
-       _scratch_mount                              >>$seqres.full 2>&1 \
-               || _fail "mount failed"
+       _scratch_mount
 
        # -w ensures that the only ops are ones which cause write I/O
        FSSTRESS_ARGS=`_scale_fsstress_args -d $SCRATCH_MNT -w -p $procs -n $nops $FSSTRESS_AVOID`