From 9147d019f3315d5be97e349aead3ced93ef46c6a Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Wed, 8 Jan 2014 21:05:38 +0100 Subject: discard rbd error output when not relevant in qemu-iotests Suppress rbd progress messages with --no-progress so they are not confused with an error output when comparing test results ( progress is displayed on stderr ). Signed-off-by: Loic Dachary Reviewed-by: Josh Durgin Signed-off-by: Stefan Hajnoczi --- tests/qemu-iotests/common.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/qemu-iotests/common.rc b/tests/qemu-iotests/common.rc index 71e9a7462d..881079bdb9 100644 --- a/tests/qemu-iotests/common.rc +++ b/tests/qemu-iotests/common.rc @@ -203,7 +203,7 @@ _cleanup_test_img() ;; rbd) - rbd rm "$TEST_DIR/t.$IMGFMT" > /dev/null + rbd --no-progress rm "$TEST_DIR/t.$IMGFMT" > /dev/null ;; sheepdog) -- cgit v1.2.1