RFR: 7903820: Feature Tests - Adding 'product.name=JT' in build script
Golla Yadav
duke at openjdk.org
Thu Sep 12 14:52:40 UTC 2024
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>
==================
-------------
Commit messages:
- 7903820: Adding 'product.name=JT' in build script
Changes: https://git.openjdk.org/jtharness/pull/84/files
Webrev: https://webrevs.openjdk.org/?repo=jtharness&pr=84&range=00
Issue: https://bugs.openjdk.org/browse/CODETOOLS-7903820
Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jtharness/pull/84.diff
Fetch: git fetch https://git.openjdk.org/jtharness.git pull/84/head:pull/84
PR: https://git.openjdk.org/jtharness/pull/84
More information about the jtharness-dev
mailing list