Remove formatter parameter in EclipseTestRunner#3907
Conversation
The value was simply ignored and it was hiding the test-output parameter setting due to convoluted handling..
|
@HannesWell Would you please test that this one works as expected? |
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
Yes, I can do that tomorrow, but it's currently not easy as one first has to produce a new unofficial I-build in a side location and make the test use it. But it's doable. Do you have a specific test-suite in mind to run with this? |
|
Nothing specific. I'm interested that tests still run and unit tests reports do not change - so probably a full build would be best. |
The value was simply ignored and it was hiding the test-output parameter setting due to convoluted handling..