post M5 test framework changes
diff --git a/releng.wtpbuilder/distribution/wtp.tests/build.xml b/releng.wtpbuilder/distribution/wtp.tests/build.xml
index 1195487..bc531ac 100644
--- a/releng.wtpbuilder/distribution/wtp.tests/build.xml
+++ b/releng.wtpbuilder/distribution/wtp.tests/build.xml
@@ -1,4 +1,4 @@
-<project name="Build specific targets and properties" default="test">
+<project name="Build specific targets and properties" default="runTest">
<!-- Note to be cross-platform, "environment variables" are only appropriate for
some variables, e.g. ones we set, since properties are case sensitive, even if
@@ -13,7 +13,7 @@
<!-- ===================================================================== -->
<target name="test">
<dirname file="${ant.file}" property="currentDirectory" />
- <ant file="${ant.file}" target="runTest" dir="${currentDirectory}" />
+ <ant antfile="${ant.file}" target="runTest" dir="${currentDirectory}" />
</target>
<!-- ===================================================================== -->