Commit 9147d019 authored by Loic Dachary's avatar Loic Dachary Committed by Stefan Hajnoczi
Browse files

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: default avatarLoic Dachary <loic@dachary.org>
Reviewed-by: default avatarJosh Durgin <josh.durgin@inktank.com>
Signed-off-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
parent 69bef793
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)