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 139c2fa  investigating build failure
139c2fa is described below

commit 139c2fae8f102a4f0e6ec2228d8fb9d94d097d41
Author: tibordigana <[email protected]>
AuthorDate: Wed Jul 17 22:24:01 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 3ef89e5..9602bcd 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
@@ -282,7 +282,7 @@ public final class ForkedBooter
 
     private void kill( int returnCode )
     {
-        //commandReader.stop();
+        commandReader.stop();
         Runtime.getRuntime().halt( returnCode );
     }
 
@@ -309,7 +309,7 @@ public final class ForkedBooter
         long timeoutMillis = max( systemExitTimeoutInSeconds * 
ONE_SECOND_IN_MILLIS, ONE_SECOND_IN_MILLIS );
         acquireOnePermit( barrier, timeoutMillis );*/
         cancelPingScheduler();
-        //commandReader.stop();
+        commandReader.stop();
         System.exit( 0 );
     }
 

Reply via email to