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:
parent
f3064fcf23
commit
a5d092579a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue