Changeset e537773 for general/prog/openjdk.xml
- Timestamp:
- 04/21/2019 09:13:55 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 6153e75
- Parents:
- e7303f27
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/openjdk.xml
re7303f27 re537773 247 247 <screen><userinput>export JT_JAVA=$(echo $PWD/build/*/jdk) && 248 248 jtreg/bin/jtreg -jdk:$JT_JAVA -automatic -ignore:quiet -v1 \ 249 test/jdk:tier1 test/langtools:tier1</userinput></screen> 249 test/jdk:tier1 test/langtools:tier1 && 250 unset JT_JAVA</userinput></screen> 250 251 251 252 <para>For more control over the test suite, review the documentation … … 268 269 install -vDm644 src/java.desktop/unix/classes/sun/awt/X11/java-icon${s}.png \ 269 270 /usr/share/icons/hicolor/${s}x${s}/apps/java.png 270 done && 271 unset JT_JAVA 272 </userinput></screen> 271 done</userinput></screen> 273 272 274 273 <note>
Note:
See TracChangeset
for help on using the changeset viewer.