From: Xing Gu Date: Wed, 13 Aug 2014 01:00:43 +0000 (+1000) Subject: xfs/300: redirect mkfs output to results/xfs directory X-Git-Tag: v2022.05.01~3106 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d8cee80c84ed80746c21d2f83bd45cfa32c14765;p=xfstests-dev.git xfs/300: redirect mkfs output to results/xfs directory Signed-off-by: Xing Gu Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- diff --git a/tests/xfs/300 b/tests/xfs/300 index 0958f76a..db83fd4e 100755 --- a/tests/xfs/300 +++ b/tests/xfs/300 @@ -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