提交 2ed35c25 编写于 作者: O openharmony_ci 提交者: Gitee

!17 修复用例执行结果漏统计的问题

Merge pull request !17 from liukunmo/master
......@@ -622,7 +622,8 @@ class CTestParser(IParser):
except AttributeError:
LOG.error("parsing log: %s failed" % (line.strip()),
error_no="00405")
self.last_line = line
if line and line.strip():
self.last_line = line
def _parse_product_info(self, line):
if _PRODUCT_PARA_START in line:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册