Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce test logging output from build (#1506)
Motivation: The Gradle build currently produces voluminous test output in the default configuration. This change reduces the default verbosity to only show test failures. The test report still contains full output from failed tests. Modifications: Default test logging output verbosity is reduced to show only failed cases and hide standard out/err from console. Additional configuration is provided for Gradle `--warn` mode which provides slightly more output than the current default. Result: Terse build output making warnings and failures more obvious
- Loading branch information