mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs/300: redirect mkfs output to results/xfs directory
Signed-off-by: Xing Gu <gux.fnst@cn.fujitsu.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ getenforce | grep -q "Enforcing\|Permissive" || _notrun "SELinux not enabled"
|
||||
|
||||
rm -f $seqres.full
|
||||
|
||||
_scratch_mkfs_xfs -i size=256 >> $seq.full 2>&1 || _fail "mkfs failed"
|
||||
_scratch_mkfs_xfs -i size=256 >> $seqres.full 2>&1 || _fail "mkfs failed"
|
||||
|
||||
# Manually mount to avoid fs-wide context set by default in xfstests
|
||||
mount $SCRATCH_DEV $SCRATCH_MNT
|
||||
|
||||
Reference in New Issue
Block a user