Tibor17 commented on a change in pull request #475:
URL: https://github.com/apache/maven-surefire/pull/475#discussion_r814101709



##########
File path: 
surefire-booter/src/main/java/org/apache/maven/surefire/booter/spi/EventChannelEncoder.java
##########
@@ -128,7 +128,7 @@ public void onJvmExit()
     }
 
     @Override
-    public void systemProperties( Map<String, String> sysProps )
+    public void systemProperties( Map<String, String> sysProps, RunMode rm, 
Long testRunId )

Review comment:
       Your right, the `runMode` as a test status should not be in 3 classes. 
It should be only in one, e.g. in the:
   `JUnit4RunListener` which implements framework's listener 
`org.junit.runner.notification.RunListener`.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to