提交 01e4b4a4 编写于 作者: K kohsuke

a-b => b-a


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3872 71c3de6d-444a-0410-be80-ed276b4c234a
上级 c83c1d5f
......@@ -97,7 +97,8 @@ public class JUnitResultArchiver extends Publisher implements Serializable, Matr
if(r.getPassCount()==0 && r.getFailCount()==0) {
listener.getLogger().println("Test reports were found but none of them are new. Did tests run?");
listener.getLogger().printf("For example, %s is %s old\n",result.afile, Util.getTimeSpanString(build.getTimestamp().getTimeInMillis()-result.lastModified));
listener.getLogger().printf("For example, %s is %s old\n",result.afile,
Util.getTimeSpanString(result.lastModified-build.getTimestamp().getTimeInMillis()));
// no test result. Most likely a configuration error or fatal problem
build.setResult(Result.FAILURE);
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册