未验证 提交 282df97b 编写于 作者: X Xu Han 提交者: GitHub

Merge pull request #1430 from pingl2016/1582035

rh_qemu_iotests: Specify the path for binary QEMU_NBD_PROG
......@@ -100,6 +100,7 @@ def run(test, params, env):
os.environ["QEMU_PROG"] = utils_misc.get_qemu_binary(params)
os.environ["QEMU_IMG_PROG"] = utils_misc.get_qemu_img_binary(params)
os.environ["QEMU_IO_PROG"] = utils_misc.get_qemu_io_binary(params)
os.environ["QEMU_NBD_PROG"] = utils_misc.get_binary('qemu-nbd', params)
os.chdir(os.path.join(qemu_src_dir, iotests_root))
cmd = './check'
if extra_options:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册