You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2016/12/31 01:43:14 UTC

maven-surefire git commit: [SUREFIRE-1239] ExecutionException java.lang.RuntimeException: org.apache.maven.surefire.report.ReporterException: When writing xml report stdout/stderr (No such file or directory)

Repository: maven-surefire
Updated Branches:
  refs/heads/master cf6e75c8f -> 9dd4074e8


[SUREFIRE-1239] ExecutionException java.lang.RuntimeException: org.apache.maven.surefire.report.ReporterException: When writing xml report stdout/stderr (No such file or directory)


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/9dd4074e
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/9dd4074e
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/9dd4074e

Branch: refs/heads/master
Commit: 9dd4074e83c0edae5e2050f66e9cadfdba40fe01
Parents: cf6e75c
Author: Tibor17 <ti...@lycos.com>
Authored: Sat Dec 31 02:42:35 2016 +0100
Committer: Tibor17 <ti...@lycos.com>
Committed: Sat Dec 31 02:42:35 2016 +0100

----------------------------------------------------------------------
 .../org/apache/maven/plugin/surefire/report/TestSetRunListener.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/9dd4074e/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/TestSetRunListener.java
----------------------------------------------------------------------
diff --git a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/TestSetRunListener.java b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/TestSetRunListener.java
index ca12c90..f0f996d 100644
--- a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/TestSetRunListener.java
+++ b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/TestSetRunListener.java
@@ -166,6 +166,7 @@ public class TestSetRunListener
 
         addTestMethodStats();
         detailsForThis.reset();
+        clearCapture();
     }
 
     // ----------------------------------------------------------------------