aw-was-here commented on code in PR #268: URL: https://github.com/apache/yetus/pull/268#discussion_r862974796
########## precommit/src/main/shell/plugins.d/junit.sh: ########## @@ -25,16 +25,21 @@ JUNIT_FAILED_TESTS="" JUNIT_TEST_OUTPUT_DIR="." JUNIT_TEST_PREFIX="org.apache." +JUNIT_REPORT_STYLE="line" Review Comment: Looking at a lot of different junit output implementations over the past week, our current form is very much outside the norm. There will definitely be a release note, but long term I feel strongly that this approach is generally better. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
