@cardil Thx for pointing out the synchronization issue with `System.out`. I have noticed the same problem yesterday, see https://github.com/cbeust/testng/issues/1908 Treating the stream in test would fix our builds but we still have this issue on Ubuntu and not on Windows. Does it mean that the Sysout should be synchronized in the application run? We are setting the delegate via `System.setOut()` and the delegate in `ForkingRunListener` is synchronized. Why we do not see same issue in JUnit tests?
[ Full content available at: https://github.com/apache/maven-surefire/pull/112 ] This message was relayed via gitbox.apache.org for [email protected]
