mirror of https://github.com/apache/ant-ivy
fix test target dependencies in the build
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1173989 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2ca753f185
commit
19d02edc68
|
|
@ -440,7 +440,7 @@
|
|||
</jar>
|
||||
</target>
|
||||
|
||||
<target name="test-internal" depends="build-test, init-tests, prepare-osgi-tests" unless="skip.test">
|
||||
<target name="test-internal" depends="build-test, init-tests, prepare-osgi-tests, prepare-test-jar-repositories" unless="skip.test">
|
||||
<mkdir dir="${test.xml.dir}" />
|
||||
|
||||
<junit
|
||||
|
|
|
|||
Loading…
Reference in New Issue