Change committest target to allow inheritance of properties

Needed for a fix I'm working on for the Bamboo release plan
This commit is contained in:
David Roazen 2012-07-18 12:37:04 -04:00
parent e4db8dde91
commit fd0c2d269e
1 changed files with 1 additions and 5 deletions

View File

@ -1249,11 +1249,7 @@
</target>
<target name="committests">
<antcall target="unittest" inheritAll="false"/>
<antcall target="integrationtest" inheritAll="false"/>
<antcall target="pipelinetest" inheritAll="false"/>
</target>
<target name="committests" depends="unittest,integrationtest,pipelinetest" />
<!-- Order of the dependencies is significant in the *.release.tests targets -->
<target name="gatkfull.binary.release.tests" depends="init.usecontracts,package.gatk.full,init.testgatkjar,unittest,integrationtest" />