aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSu Yue <suy.fnst@cn.fujitsu.com>2016-12-29 23:14:09 -0500
committerEryu Guan <eguan@redhat.com>2016-12-30 14:18:30 +0800
commit06557299a5edf443df8acf8b54340b3af9072dfc (patch)
tree1f41b61f259c7c954dbc13052c2b75512ad18a22
parentf7a52fc6db347a7b2dade6bc13dac07040f73497 (diff)
downloadxfstests-dev-06557299a5edf443df8acf8b54340b3af9072dfc.tar.gz
btrfs/104: Redirect mkfs output to avoid false alert
btrfs/104 doesn't redirect mkfs output correctly, which leads to false alert. Fix it. Signed-off-by: Su Yue <suy.fnst@cn.fujitsu.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
-rwxr-xr-xtests/btrfs/1042
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/btrfs/104 b/tests/btrfs/104
index e6a6d3b544..c8be4dd114 100755
--- a/tests/btrfs/104
+++ b/tests/btrfs/104
@@ -107,7 +107,7 @@ _explode_fs_tree () {
# Force the default leaf size as the calculations for making our btree
# heights are based on that.
-_scratch_mkfs "--nodesize 16384"
+_scratch_mkfs "--nodesize 16384" >> $seqres.full 2>&1
_scratch_mount
# populate the default subvolume and create a snapshot ('snap1')