Changeset 8bed3aa1


Ignore:
Timestamp:
02/20/2021 02:19:00 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
6f708b8
Parents:
9029db2
Message:

python3: remove outdated test instruction

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    r9029db2 r8bed3aa1  
    130130
    131131    <para>
    132       The test suite must be run separately, using an X terminal (see below).
     132      To test the result, issue <command>make test</command>.
     133      Some tests may need Internet connection.
    133134    </para>
    134135
     
    138139
    139140<screen role="root"><userinput>make install</userinput></screen>
    140 
    141     <para>
    142       The test suite must be run separately from the build, either before or
    143       after the package is built and installed. Do not run
    144       <command>make install</command> after running the test suite. To build
    145       and install the package, you need to start with a fresh or clean source
    146       tree. For the tests, you also need a clean source code, so either start by
    147       removing the source code directory and starting over, by uncompressing
    148       the source tarball or by running <command>make clean</command>. Then
    149       configure again, adding <quote>--with-pydebug</quote> to the
    150       <command>configure</command> switches above, run <command>make</command>,
    151       then <command>make test</command>. Remember that tests must be executed
    152       using an X terminal.
    153       The test SBU highly depends on the speed of the internet connection.
    154     </para>
    155141
    156142  </sect2>
Note: See TracChangeset for help on using the changeset viewer.