Skip to content

Commit a11344e

Browse files
committed
Re-enabled the logging (although it is causing too much noise during builds). Leaving it to rtyler to decide whether to have a better approach
1 parent 9c078b9 commit a11344e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ dependencies {
3333
}
3434

3535
test {
36-
// testLogging {
37-
// showStandardStreams = true
38-
// exceptionFormat "full"
39-
// }
36+
testLogging {
37+
showStandardStreams = true
38+
exceptionFormat "full"
39+
}
4040

4141
systemProperties TESTROOT : new File(buildDir,'tmp/test/unittests').absolutePath
4242
systemProperties TEST_SCRIPT_DIR : new File(buildDir,'src/resources/scripts').absolutePath

0 commit comments

Comments
 (0)