revert build.xml
Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/321e853e Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/321e853e Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/321e853e Branch: refs/heads/2.3-gae Commit: 321e853e55097825201abf44462c7e62f35c069b Parents: fb1f3bf Author: Pradeep <[email protected]> Authored: Thu Dec 10 13:45:47 2015 +0530 Committer: Pradeep <[email protected]> Committed: Mon Jan 11 19:20:54 2016 +0530 ---------------------------------------------------------------------- build.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/321e853e/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 9b0ec6a..2d1caba 100644 --- a/build.xml +++ b/build.xml @@ -397,7 +397,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="on" fork="true" forkmode="once" showoutput="yes"> + <junit haltonfailure="on" fork="true" forkmode="once"> <classpath> <pathelement path="build/test-classes" /> <pathelement path="build/classes" /> @@ -407,11 +407,11 @@ <formatter type="xml" /> <batchtest todir="build/junit-reports"> <fileset dir="src/test/java"> - <include name="**/SiblingTest.java" /> + <include name="**/*Test.java" /> + <include name="**/*TestSuite.java" /> <exclude name="**/Abstract*.java" /> </fileset> </batchtest> - <formatter type="brief" usefile="false"/> </junit> </target>
