| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 4/9] 069: make scratch mkfs quiet |
| From: | Eric Sandeen <sandeen@xxxxxxxxxxx> |
| Date: | Wed, 27 May 2009 13:53:28 -0500 |
| Cc: | Eric Sandeen <sandeen@xxxxxxxxxxx> |
| In-reply-to: | <1243450413-12681-1-git-send-email-sandeen@xxxxxxxxxxx> |
| References: | <1243450413-12681-1-git-send-email-sandeen@xxxxxxxxxxx> |
The _scratch_mkfs call in test 069 was not redirecting stderr to /dev/null; other mkfs's may be more noisy on stderr. Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxxx> --- 069 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/069 b/069 index 4950901..78689ed 100755 --- a/069 +++ b/069 @@ -32,7 +32,7 @@ rm -f $seq.full umount $SCRATCH_DEV >/dev/null 2>&1 echo "*** mkfs" -_scratch_mkfs >/dev/null || _fail "mkfs failed" +_scratch_mkfs >/dev/null 2>&1 || _fail "mkfs failed" echo "*** mount FS" _scratch_mount >/dev/null || _fail "mount failed" -- 1.5.5.6 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Kernel crash with 2.6.29 + nfs + xfs (radix-tree), Martin Spott |
|---|---|
| Next by Date: | [PATCH 1/9] Use xfs.h rather than libxfs.h, Eric Sandeen |
| Previous by Thread: | [PATCH 0/9] xfstests: more generic fs work, Eric Sandeen |
| Next by Thread: | Re: [PATCH 4/9] 069: make scratch mkfs quiet, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |