From d8cee80c84ed80746c21d2f83bd45cfa32c14765 Mon Sep 17 00:00:00 2001 From: Xing Gu Date: Wed, 13 Aug 2014 11:00:43 +1000 Subject: [PATCH] xfs/300: redirect mkfs output to results/xfs directory Signed-off-by: Xing Gu Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- tests/xfs/300 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5