Skip to content

Commit

Permalink
Using jtreg7.2 for jdk21+ (adoptium#4549)
Browse files Browse the repository at this point in the history
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
Co-authored-by: Martijn Verburg <martijnverburg@gmail.com>
  • Loading branch information
sophia-guo and karianna authored Apr 29, 2023
1 parent 9ac20f9 commit e9eaf56
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion openjdk/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,15 @@
<property name="jtregTar" value="jtreg_6_1_1"/>
</then>
<else>
<property name="jtregTar" value="jtreg_7_1_1_1"/>
<if>
<matches pattern="^[2][0]" string="${JDK_VERSION}"/>
<then>
<property name="jtregTar" value="jtreg_7_1_1_1"/>
</then>
<else>
<property name="jtregTar" value="jtreg_7_2_1"/>
</else>
</if>
</else>
</if>
</else>
Expand Down

0 comments on commit e9eaf56

Please sign in to comment.