From: Su Yue Date: Fri, 30 Dec 2016 04:14:09 +0000 (-0500) Subject: btrfs/104: Redirect mkfs output to avoid false alert X-Git-Tag: v2022.05.01~2249 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=06557299a5edf443df8acf8b54340b3af9072dfc;p=users%2Fhch%2Fxfstests-dev.git 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 Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/tests/btrfs/104 b/tests/btrfs/104 index e6a6d3b54..c8be4dd11 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')