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

ddekany pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git


The following commit(s) were added to refs/heads/2.3-gae by this push:
     new 53a810e  Build: dist task didn't fail if JUnit tests were failing. Now 
it will (though now Ant console output is less useful, most runs tests from IDE 
anyway).
53a810e is described below

commit 53a810e35969236c071f05b2144475dd710735b3
Author: ddekany <[email protected]>
AuthorDate: Sun Feb 16 18:52:04 2020 +0100

    Build: dist task didn't fail if JUnit tests were failing. Now it will 
(though now Ant console output is less useful, most runs tests from IDE anyway).
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 5098e11..b1adffc 100644
--- a/build.xml
+++ b/build.xml
@@ -421,7 +421,7 @@
   <target name="test" depends="compileTest" description="Run test cases">
     <mkdir dir="build/junit-reports" />
     <ivy:cachepath conf="run.test" pathid="ivy.dep.run.test" />
-    <junit haltonfailure="off" logfailedtests="true" fork="true" 
forkmode="once">
+    <junit haltonfailure="on" logfailedtests="true" fork="true" 
forkmode="once">
       <classpath>
         <pathelement path="build/test-classes" />
         <pathelement path="build/classes" />

Reply via email to