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 @@ ...@@ -100,16 +100,16 @@
message="dependency file not found: ${dependency.properties}" message="dependency file not found: ${dependency.properties}"
unless="dependency.properties.exists"/> unless="dependency.properties.exists"/>
<property <property
name="test.dependency.properties" name="test.dependency"
value="${buildDirectory}/maps/${env.RELENG}${env.DEP_DIR}/maps/jsdttestdependency.properties"/> value="${buildDirectory}/maps/${env.RELENG}${env.DEP_DIR}/maps/jsdttestdependency.xml"/>
<available <available
file="${test.dependency.properties}" file="${test.dependency}"
property="test.dependency.properties.exists"/> property="test.dependency.exists"/>
<fail <fail
message="test dependency file not found: ${test.dependency.properties}" message="test dependency file not found: ${test.dependency}"
unless="test.dependency.properties.exists"/> unless="test.dependency.exists"/>
<ant <ant
antfile="${test.dependency.properties}" antfile="${test.dependency}"
target="get"> target="get">
<property <property
name="base.install.dir" 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