You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2017/08/07 23:29:15 UTC

incubator-freemarker git commit: Show more info about test failures on Travis

Repository: incubator-freemarker
Updated Branches:
  refs/heads/3 e3e4afc74 -> 1785ef025


Show more info about test failures on Travis


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/1785ef02
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/1785ef02
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/1785ef02

Branch: refs/heads/3
Commit: 1785ef025d991149bd70c13f9c608ccf65757e64
Parents: e3e4afc
Author: ddekany <dd...@apache.org>
Authored: Tue Aug 8 01:29:08 2017 +0200
Committer: ddekany <dd...@apache.org>
Committed: Tue Aug 8 01:29:08 2017 +0200

----------------------------------------------------------------------
 build.gradle | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/1785ef02/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index b5e545b..d94794f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -234,7 +234,13 @@ subprojects {
             }
         }
     }
-
+    
+    test {
+        testLogging {
+            exceptionFormat = "full"
+        }
+    }
+    
     jar {
         manifest {   // org.gradle.api.plugins.osgi.OsgiManifest
             version versionForOSGi