fstests: _fail test by default when _scratch_mount fails
[xfstests-dev.git] / tests / btrfs / 057
index 8d355795359efb7bbcff6014952285bcb7b4dec0..a834b7639d8fe3c74c603c0c77e336b8b7ec58d1 100755 (executable)
@@ -54,7 +54,7 @@ run_check _scratch_mkfs "-b 1g --nodesize 4096"
 # inode cache is saved in the FS tree itself for every
 # individual FS tree,that affects the sizes reported by qgroup show
 # so we need to explicitly turn it off to get consistent values.
-run_check _scratch_mount "-o noinode_cache"
+_scratch_mount "-o noinode_cache"
 
 # -w ensures that the only ops are ones which cause write I/O
 run_check $FSSTRESS_PROG -d $SCRATCH_MNT -w -p 5 -n 1000 \