未验证 提交 63e5543c 编写于 作者: O openharmony_ci 提交者: Gitee

!107 Modified the method of getting device log

Merge pull request !107 from stivn/master
......@@ -737,7 +737,7 @@ class JSUnitTestDriver(IDriver):
as file_read_pipe:
while True:
data = file_read_pipe.readline()
if not data or not data.strip():
if not data:
break
# only filter JSApp log
if data.find("JSApp:") != -1:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册