Created
February 23, 2011 15:02
-
-
Save enebo/840517 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<target name="test" depends="build" description="Runs tests for all modules in the suite."> | |
<sortsuitemodules unsortedmodules="${modules}" sortedmodulesproperty="modules.test.sorted" sorttests="true"/> | |
<property name="continue.after.failing.tests" value="true"/> <!-- fallback --> | |
<subant target="test" buildpath="${modules.test.sorted}" inheritrefs="false" inheritall="false"> | |
<property name="cluster.path.evaluated" value="${cluster.path.evaluated}"/> <!-- Just for speed of pre-7.0 projects --> | |
<property name="continue.after.failing.tests" value="${continue.after.failing.tests}"/> | |
</subant> | |
</target> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment