提交 65af34a3 编写于 作者: L lucinka

Fix prematurely re-drawing graph for matrix build.

上级 de47761c
......@@ -77,7 +77,7 @@ public class TestResultProjectAction implements Action {
AbstractBuild<?,?> b=project.getLastBuild();
while(b!=null) {
AbstractTestResultAction a = b.getTestResultAction();
if(a!=null) return a;
if(a!=null && (!b.isBuilding())) return a;
if(b==tb)
// if even the last successful build didn't produce the test result,
// that means we just don't have any tests configured.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册