Skip to content

Commit 56f0d58

Browse files
author
Oleksii Lisikh
committed
Issue #102: Show stdout of functional tests
1 parent e51a7a9 commit 56f0d58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ task functionalTest(type: Test) {
6565
group = 'verification'
6666
testClassesDirs = sourceSets.functionalTest.output.classesDirs
6767
classpath = sourceSets.functionalTest.runtimeClasspath
68+
69+
testLogging.showStandardStreams = true
70+
6871
mustRunAfter test
6972
}
7073

0 commit comments

Comments
 (0)