Remove the "showAllOutput" property from the build (#247)

* Remove the "showAllOutput" property from the build

It doesn't work very well and has been superseded by "verboseTestOutput",
which does the same thing and more.
This commit is contained in:
Michael Muller 2019-08-30 10:43:07 -04:00 committed by GitHub
parent a9d2136e79
commit 439aa01ee6
2 changed files with 0 additions and 12 deletions

View file

@ -568,9 +568,6 @@ task fragileTest(type: Test) {
// Run every test class in a freshly started process.
forkEvery 1
// Uncomment to see test outputs in stdout.
//testLogging.showStandardStreams = true
}
task outcastTest(type: Test) {