提交 b22ebcb7 编写于 作者: S suqinhuang 提交者: GitHub

Merge pull request #979 from suqinhuang/video_kill_cmd

Update video kill cmd
......@@ -92,5 +92,5 @@ def run(test, params, env):
raise exceptions.TestFail(details)
finally:
error_context.context("Stop video", logging.info)
session.cmd('del /f /s "%s"' % video_player, ignore_all_errors=True)
session.cmd('taskkill /IM "%s" /F' % video_player, ignore_all_errors=True)
session.close()
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册