This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git

commit c32718e66efd06e513bfc04a287bdc18b23d5f5c
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Mon Nov 11 00:40:59 2019 +0300

    Tests: show standard streams in Gralde tests
---
 build.gradle.kts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle.kts b/build.gradle.kts
index 0719b30..c6598d0 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -333,6 +333,7 @@ allprojects {
             withType<Test>().configureEach {
                 testLogging {
                     exceptionFormat = TestExceptionFormat.FULL
+                    showStandardStreams = true
                 }
             }
             withType<SpotBugsTask>().configureEach {

Reply via email to