[sheepdog] [PATCH 6/6] tests: omit mkfs outputs
MORITA Kazutaka
morita.kazutaka at lab.ntt.co.jp
Wed Sep 19 06:25:45 CEST 2012
Signed-off-by: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>
---
tests/common.rc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/common.rc b/tests/common.rc
index 736d941..9c455d0 100644
--- a/tests/common.rc
+++ b/tests/common.rc
@@ -318,7 +318,7 @@ _make_device()
;;
esac
- mkfs $mkops $STORE/$idx.img > $seq.full
+ mkfs $mkops $STORE/$idx.img > $seq.full 2>&1
mkdir $STORE/$idx
mount -o loop $mntops $args $STORE/$idx.img $STORE/$idx
}
--
1.7.2.5
More information about the sheepdog
mailing list