public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] generic/135: fix standard error output from _scratch_mkfs
@ 2016-02-23  1:35 Xiao Yang
  2016-02-23  3:26 ` Eryu Guan
  0 siblings, 1 reply; 7+ messages in thread
From: Xiao Yang @ 2016-02-23  1:35 UTC (permalink / raw)
  To: fstests; +Cc: Xiao Yang

'mke2fs 1.42.9 (28-Dec-2013)' produces as standard error when
we run generic/135 in ext4 file system. This is a regression
bug which bring in by commit:
4a5cda8 xfstests: do not unmount tmpfs during remount
That patch remove '2>&1', so i bring that back.

Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>
---
 tests/generic/135 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/generic/135 b/tests/generic/135
index 52418f6..5aa880d 100755
--- a/tests/generic/135
+++ b/tests/generic/135
@@ -41,7 +41,7 @@ _supported_os Linux IRIX
 
 _require_odirect
 _require_scratch
-_scratch_mkfs >/dev/null
+_scratch_mkfs &>/dev/null
 _scratch_mount
 
 cd $SCRATCH_MNT
-- 
1.7.1




^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [PATCH] generic/135: fix standard error output from _scratch_mkfs
@ 2016-02-19 13:46 Xiao Yang
  0 siblings, 0 replies; 7+ messages in thread
From: Xiao Yang @ 2016-02-19 13:46 UTC (permalink / raw)
  To: fstests; +Cc: Xiao Yang

Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>
---
 tests/generic/135 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/generic/135 b/tests/generic/135
index 52418f6..5aa880d 100755
--- a/tests/generic/135
+++ b/tests/generic/135
@@ -41,7 +41,7 @@ _supported_os Linux IRIX
 
 _require_odirect
 _require_scratch
-_scratch_mkfs >/dev/null
+_scratch_mkfs &>/dev/null
 _scratch_mount
 
 cd $SCRATCH_MNT
-- 
1.7.1




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

end of thread, other threads:[~2016-03-02  5:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CADVQ27rD6UX7eechDFxke7aE=ty3NJJJKtKGsDR2sCVR5=EP=w@mail.gmail.com>
2016-02-22  9:40 ` [PATCH] generic/135: fix standard error output from _scratch_mkfs Zirong Lang
2016-02-22 10:08   ` Xiao Yang
2016-02-23  1:35 Xiao Yang
2016-02-23  3:26 ` Eryu Guan
2016-02-23  3:32   ` Theodore Ts'o
2016-03-02  5:45   ` Xiao Yang
  -- strict thread matches above, loose matches on Subject: below --
2016-02-19 13:46 Xiao Yang

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