Changeset e537773 for general


Ignore:
Timestamp:
04/21/2019 09:13:55 AM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6153e75
Parents:
e7303f27
Message:

Move a misplaced "unset"

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21485 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/openjdk.xml

    re7303f27 re537773  
    247247<screen><userinput>export JT_JAVA=$(echo $PWD/build/*/jdk) &amp;&amp;
    248248jtreg/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 &amp;&amp;
     250unset JT_JAVA</userinput></screen>
    250251
    251252    <para>For more control over the test suite, review the documentation
     
    268269  install -vDm644 src/java.desktop/unix/classes/sun/awt/X11/java-icon${s}.png \
    269270                  /usr/share/icons/hicolor/${s}x${s}/apps/java.png
    270 done &amp;&amp;
    271 unset JT_JAVA
    272 </userinput></screen>
     271done</userinput></screen>
    273272
    274273    <note>
Note: See TracChangeset for help on using the changeset viewer.