未验证 提交 3a01e32f 编写于 作者: X Xu Tian 提交者: GitHub

Merge pull request #2078 from meet-lucky/1640052

Fix the pattern format
......@@ -107,7 +107,7 @@ def run(test, params, env):
logging.info)
cmd = "%s info %s" % (qemu_img, snapshots[1])
if re.search("backing file",
process.system_output(cmd, ignore_status=True)):
process.system_output(cmd, ignore_status=True).decode('utf-8')):
test.fail("should no backing-file in this step")
finally:
files = " ".join(snapshots)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册