RFR: 7903820: Feature Tests - Adding 'product.name=JT' in build script [v2]

Golla Yadav duke at openjdk.org
Thu Sep 12 15:24:45 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>
> ==================

Golla Yadav has updated the pull request incrementally with one additional commit since the last revision:

  7903820: removed unless=testfile option

-------------

Changes:
  - all: https://git.openjdk.org/jtharness/pull/84/files
  - new: https://git.openjdk.org/jtharness/pull/84/files/c1efa8a4..27638cbf

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jtharness&pr=84&range=01
 - incr: https://webrevs.openjdk.org/?repo=jtharness&pr=84&range=00-01

  Stats: 1 line in 1 file changed: 0 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