mirror of
https://github.com/google/nomulus.git
synced 2025-08-06 01:35:17 +02:00
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:
parent
a9d2136e79
commit
439aa01ee6
2 changed files with 0 additions and 12 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue