Skip to content

Instantly share code, notes, and snippets.

@enebo
Created February 23, 2011 15:02
Show Gist options
  • Save enebo/840517 to your computer and use it in GitHub Desktop.
Save enebo/840517 to your computer and use it in GitHub Desktop.
<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