We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44d95fd + c406f3b commit c477dfdCopy full SHA for c477dfd
qemu/tests/balloon_stress.py
@@ -28,7 +28,7 @@ def check_bg_running():
28
"""
29
if params["os_type"] == "windows":
30
list_cmd = params.get("list_cmd", "wmic process get name")
31
- output = session.cmd_output_safe(list_cmd, timeout=60)
+ output = session.cmd_output(list_cmd, timeout=60)
32
process = re.findall("mplayer", output, re.M | re.I)
33
return bool(process)
34
else:
0 commit comments