Integrated: 7903820: Feature Tests - Adding 'product.name=JT' in build script

Golla Yadav duke at openjdk.org
Fri Sep 13 09:17:13 UTC 2024


On Thu, 12 Sep 2024 14:45:32 GMT, Golla Yadav <duke at openjdk.org> wrote:

> 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 pull request has now been integrated.

Changeset: 9632d04e
Author:    Golla Yadav <golla.yadav at oracle.com>
Committer: Dmitry Bessonov <dbessono at openjdk.org>
URL:       https://git.openjdk.org/jtharness/commit/9632d04e7e48f5a77f861866bddfed3a8c983e3d
Stats:     1 line in 1 file changed: 1 ins; 0 del; 0 mod

7903820: Feature Tests - Adding 'product.name=JT' in build script

Reviewed-by: dbessono

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

PR: https://git.openjdk.org/jtharness/pull/84


More information about the jtharness-dev mailing list