提交 40db8188 authored 作者: Frederic Bastien's avatar Frederic Bastien

gix a hint of the error in the build bot summary.

上级 495182f1
......@@ -10,6 +10,8 @@ def filter_output(fd_in):
s+=line
if toks[0].startswith("ImportError"):
s+=line
if toks[0] in ["KnownFailureTest:", "Exception:", "Failure:", "AssertionError", "AssertionError:"]:
s+=line
return s
if __name__ == "__main__":
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论