This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a commit to branch buildfix
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/buildfix by this push:
new a70f106 investigating build failure
a70f106 is described below
commit a70f1065f808ffc85904c3b0f214f0f08baa3a5c
Author: tibordigana <[email protected]>
AuthorDate: Wed Jul 17 22:48:20 2019 +0200
investigating build failure
---
.../src/main/java/org/apache/maven/surefire/booter/ForkedBooter.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/surefire-booter/src/main/java/org/apache/maven/surefire/booter/ForkedBooter.java
b/surefire-booter/src/main/java/org/apache/maven/surefire/booter/ForkedBooter.java
index 9602bcd..ba0627d 100644
---
a/surefire-booter/src/main/java/org/apache/maven/surefire/booter/ForkedBooter.java
+++
b/surefire-booter/src/main/java/org/apache/maven/surefire/booter/ForkedBooter.java
@@ -341,7 +341,7 @@ public final class ForkedBooter
@SuppressWarnings( "checkstyle:emptyblock" )
private void launchLastDitchDaemonShutdownThread( final int returnCode )
{
- getJvmTerminator().schedule( new Runnable()
+ /*getJvmTerminator().schedule( new Runnable()
{
@Override
public void run()
@@ -349,7 +349,7 @@ public final class ForkedBooter
kill( returnCode );
}
}, systemExitTimeoutInSeconds, SECONDS
- );
+ );*/
}
private void invokeProviderInSameClassLoader( ForkingReporterFactory
factory )