Skip to content
Snippets Groups Projects
Commit eaaff156 authored by david_williams's avatar david_williams
Browse files

tweaks to test scripts

parent 7ab31366
No related branches found
No related tags found
No related merge requests found
......@@ -100,16 +100,16 @@
message="dependency file not found: ${dependency.properties}"
unless="dependency.properties.exists"/>
<property
name="test.dependency.properties"
value="${buildDirectory}/maps/${env.RELENG}${env.DEP_DIR}/maps/jsdttestdependency.properties"/>
name="test.dependency"
value="${buildDirectory}/maps/${env.RELENG}${env.DEP_DIR}/maps/jsdttestdependency.xml"/>
<available
file="${test.dependency.properties}"
property="test.dependency.properties.exists"/>
file="${test.dependency}"
property="test.dependency.exists"/>
<fail
message="test dependency file not found: ${test.dependency.properties}"
unless="test.dependency.properties.exists"/>
message="test dependency file not found: ${test.dependency}"
unless="test.dependency.exists"/>
<ant
antfile="${test.dependency.properties}"
antfile="${test.dependency}"
target="get">
<property
name="base.install.dir"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment