public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] fstests: btrfs/104: Redirect mkfs output to avoid false alert
@ 2016-12-30  4:14 Su Yue
  2016-12-30  4:14 ` [PATCH 2/2] fstests: btrfs/006: Fix false alert due to output change Su Yue
  0 siblings, 1 reply; 3+ messages in thread
From: Su Yue @ 2016-12-30  4:14 UTC (permalink / raw)
  To: linux-btrfs, fstests

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>
---
 tests/btrfs/104 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/btrfs/104 b/tests/btrfs/104
index e6a6d3b..c8be4dd 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')
-- 
2.9.3




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-30  6:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-30  4:14 [PATCH 1/2] fstests: btrfs/104: Redirect mkfs output to avoid false alert Su Yue
2016-12-30  4:14 ` [PATCH 2/2] fstests: btrfs/006: Fix false alert due to output change Su Yue
2016-12-30  6:17   ` Eryu Guan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox