提交 27944c08 authored 作者: Frederic's avatar Frederic

Add more errors to the buidbot summary.

上级 f8220f05
......@@ -12,7 +12,8 @@ def filter_output(fd_in):
elif toks[0].startswith("ImportError"):
s += line
elif toks[0] in ["KnownFailureTest:", "Exception:", "Failure:",
"AssertionError", "AssertionError:"]:
"AssertionError", "AssertionError:",
"GradientError:"]:
s += line
elif toks[0] == "Executing" and toks[1] in ["tests", 'nosetests']:
s += line
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论