Adding 'product.name=JT' in build.xml file.
This option 'product.name=JT' is required to run the KFL test scripts.
==================
index 2f6d019..008c97a 100644
--- a/gui-tests/src/build.xml
+++ b/gui-tests/src/build.xml
@@ -42,6 +42,7 @@
<property name="htmlreport.dir" value="${tests.tempdir}/htmlreport"/>
<property name="inittimeout" value="300000"/>
+ <property name="product.name" value="JT" />
<path id="classpath">
<fileset dir="${tests.tempdir}">
@@ -281,7 +282,7 @@
<formatter type="xml"/>
<formatter type="plain"/>
- <batchtest fork="true" todir="${report.dir}">
+ <batchtest fork="true" todir="${report.dir}" unless="testfile">
<fileset dir="${tests.gui.srcpath}" includes="*/TestTree/*.java" />
</batchtest>
==================
This option 'product.name=JT' is required to run the KFL test scripts.
==================
index 2f6d019..008c97a 100644
--- a/gui-tests/src/build.xml
+++ b/gui-tests/src/build.xml
@@ -42,6 +42,7 @@
<property name="htmlreport.dir" value="${tests.tempdir}/htmlreport"/>
<property name="inittimeout" value="300000"/>
+ <property name="product.name" value="JT" />
<path id="classpath">
<fileset dir="${tests.tempdir}">
@@ -281,7 +282,7 @@
<formatter type="xml"/>
<formatter type="plain"/>
- <batchtest fork="true" todir="${report.dir}">
+ <batchtest fork="true" todir="${report.dir}" unless="testfile">
<fileset dir="${tests.gui.srcpath}" includes="*/TestTree/*.java" />
</batchtest>
==================
- clones
-
CODETOOLS-7903807 Feature Tests - Fixing build failure
- Resolved
- links to
-
Commit(master) openjdk/jtharness/9632d04e
-
Review(master) openjdk/jtharness/84