Github user DaGeRe commented on the issue:
https://github.com/apache/maven-surefire/pull/167
I did not create a ticket, is this recommended?
https://maven.apache.org/guides/development/guide-maven-development.html#Creating_and_submitting_a_patch
only covers patching in SVN
Github user DaGeRe commented on a diff in the pull request:
https://github.com/apache/maven-surefire/pull/167#discussion_r154208805
--- Diff:
surefire-api/src/main/java/org/apache/maven/surefire/booter/ForkingRunListener.java
---
@@ -200,14 +200,8 @@ void sendProps
Github user DaGeRe commented on the issue:
https://github.com/apache/maven-surefire/pull/167
I adjusted the current commit and PR to code style, could you re-review
this one?
---
-
To unsubscribe, e-mail: dev
GitHub user DaGeRe opened a pull request:
https://github.com/apache/maven-surefire/pull/167
Speedup Standard Output if Tests
Currently, surefire creates a new byte array with size of the input *3 for
saving the unescaped input. This made surefire way slower than running a test