You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by vl...@apache.org on 2019/11/10 22:10:40 UTC

[calcite-avatica] 01/03: Tests: show standard streams in Gralde tests

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 <si...@gmail.com>
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 {