The rbd cli tool now sends progress info to stderr; send that to the bit
bucket too.

Signed-off-by: Sage Weil <s...@inktank.com>
---
 tests/qemu-iotests/common.rc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/qemu-iotests/common.rc b/tests/qemu-iotests/common.rc
index a536bf7..d7b0ad1 100644
--- a/tests/qemu-iotests/common.rc
+++ b/tests/qemu-iotests/common.rc
@@ -152,7 +152,7 @@ _cleanup_test_img()
             ;;
 
         rbd)
-            rbd rm $TEST_DIR/t.$IMGFMT > /dev/null
+            rbd rm $TEST_DIR/t.$IMGFMT > /dev/null 2> /dev/null
             ;;
 
         sheepdog)
-- 
1.7.9.5


Reply via email to