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

duke duke at openjdk.org
Fri Sep 13 05:15:11 UTC 2024


On Thu, 12 Sep 2024 15:24:45 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>
>> ==================
>
> Golla Yadav has updated the pull request incrementally with one additional commit since the last revision:
> 
>   7903820: removed unless=testfile option

@gollayadav 
Your change (at version 27638cbf37e8e465482d7b5d2dab8001f02420b8) is now ready to be sponsored by a Committer.

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

PR Comment: https://git.openjdk.org/jtharness/pull/84#issuecomment-2348043787


More information about the jtharness-dev mailing list