NIHVIVO-1152 Fix it so the skiptests parameter in a product-build does not prevent the call to the inner build script.

This commit is contained in:
jeb228 2010-10-18 20:25:17 +00:00
parent f3064fcf23
commit a5d092579a

View file

@ -147,7 +147,7 @@
<!-- =================================
target: test
================================= -->
<target name="test" unless="skiptests" description="--> Run JUnit tests">
<target name="test" description="--> Run JUnit tests">
<innercall target="test" />
<antcall target="productTest" />
</target>