提交 609a1db6 编写于 作者: O Olivier Lamy

Merge pull request #637 from vjuranek/surefire_gc

Allow gc to remove test results from memory as these can consume a lot o...
......@@ -139,7 +139,9 @@ public class SurefireArchiver extends MavenReporter {
// final reference in order to serialize it:
final TestResult r = result;
//allow gc to free some memory
result = null;
int failCount = build.execute(new BuildCallable<Integer, IOException>() {
private static final long serialVersionUID = -1023888330720922136L;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册