[GitHub] maven-surefire issue #160: SUREFIRE-1398 threadCount is set for JUnit only w...

2017-07-26 Thread MatousJobanek
Github user MatousJobanek commented on the issue: https://github.com/apache/maven-surefire/pull/160 Sorry, I didn't notice that the parameter is used also in other cases. I changed the commit to set the `threadCount` only when it is a positive value also in case of JUnit - i

[GitHub] maven-surefire pull request #160: SUREFIRE-1398 Sets threadCount only when p...

2017-07-25 Thread MatousJobanek
GitHub user MatousJobanek opened a pull request: https://github.com/apache/maven-surefire/pull/160 SUREFIRE-1398 Sets threadCount only when parallel parameter is set Otherwise, the TestNG fails with `Cannot use a threadCount parameter less than 1; 1 > 0` in some cases w