Tibor17 commented on pull request #355:
URL: https://github.com/apache/maven-surefire/pull/355#issuecomment-873688965


   @kriegaex 
   You did not take my commit with the fix. Your HEAD commit in your repository 
contains your tests without the fix. So it is quite irrelevant.
   [I renamed the 
IT](https://github.com/apache/maven-surefire/commit/4a43a400eb52abaf5a833c814050c18ebc4ef421)
 in **master** and added the unit test as you did. Nobody is watching Windows 
task manager in order to send some proves because this is false representation. 
Instead, the developers use the command-line and precisely understand the 
console. Pls use this during and after the test in command-line. Do not use any 
IDE, use only console/cmd on your Windows system, as follows (includes real 
outcome during the test on [your test 
project](https://github.com/kriegaex/Maven_Surefire_PrintToConsoleProblems)).
   
   ```
   wmic PROCESS where "name like '%java%'" get Commandline
   
   CommandLine
   
   "c:\Program Files\Java\jdk1.8.0_281\bin\java.exe"             -classpath 
"c:\apache-maven-3.6.3\bin\..\boot\plexus-classworlds-2.6.0.jar"   
"-Dclassworlds.conf=c:\apache-maven-3.6.3\bin\..\bin\m2.conf"   
"-Dmaven.home=c:\apache-maven-3.6.3\bin\.."   
"-Dlibrary.jansi.path=c:\apache-maven-3.6.3\bin\..\lib\jansi-native"   
"-Dmaven.multiModuleProjectDirectory=C:\vcs\github\Maven_Surefire_PrintToConsoleProblems"
   org.codehaus.plexus.classworlds.launcher.Launcher -o verify 
   
   "c:\Program Files\Java\jdk1.8.0_281\jre\bin\java"  
-javaagent:C:\vcs\github\Maven_Surefire_PrintToConsoleProblems\target/surefire-print-console-problems-1.0-SNAPSHOT.jar
 -jar 
C:\Users\tibor17\AppData\Local\Temp\surefire7956139842988037439\surefirebooter1388721399876762247.jar
 C:\Users\tibor17\AppData\Local\Temp\surefire7956139842988037439 
2021-07-05T00-07-45_319-jvmRun1 surefire2890232333274079753tmp 
surefire_07190630157758286269tmp
   ```


-- 
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