]> git-server-git.apps.pok.os.sepia.ceph.com Git - qemu-iotests.git/commitdiff
pipe 'rbd rm ...' stderr to /dev/null master
authorSage Weil <sage@inktank.com>
Tue, 16 Apr 2013 21:55:08 +0000 (14:55 -0700)
committerSage Weil <sage@inktank.com>
Tue, 16 Apr 2013 21:55:08 +0000 (14:55 -0700)
The rbd progress indicator now goes to stderr; send that to the bit bucket
too.

Signed-off-by: Sage Weil <sage@inktank.com>
common.rc

index 26811ca660b65a8c8d4a9a9106c2ea37e7313465..08470af2dc8abcc9cead0be68898f021d07e6265 100644 (file)
--- a/common.rc
+++ b/common.rc
@@ -88,7 +88,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)