提交 9147d019 编写于 作者: L Loic Dachary 提交者: Stefan Hajnoczi

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: NLoic Dachary <loic@dachary.org>
Reviewed-by: NJosh Durgin <josh.durgin@inktank.com>
Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
上级 69bef793
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册