mirror of
https://github.com/google/nomulus
synced 2026-07-30 12:02:50 +00: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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user