Ignore:
Timestamp:
02/11/2014 09:44:10 AM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8bd6989d
Parents:
6c6e1f83
Message:

Python-3.3.4. Rephrase discussion abou the test suite.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    r6c6e1f83 r7745345d  
    110110    <para role="optional">
    111111      <xref linkend="bluez"/>,
    112       <xref linkend="gdb"/>, and
     112      <xref linkend="gdb"/> (required for some tests), and
    113113      <ulink url="http://www.valgrind.org/">Valgrind</ulink>
    114114    </para>
     
    168168    <para>
    169169      The test suite must be run separately from the build, either before or
    170       after the package is installed. Do not install the package, after running
    171       the test suite. To install the package, you need to start with a fresh or
    172       clean source tree. For the test, you also need a clean source code, so
    173       either start by removing the source code directory and starting over, by
    174       uncompressing the source tarball or by running
    175       <command>make clean</command>. Then configure again,
    176       adding <quote>--with-pydebug</quote> to the <command>configure</command>
    177       switches above, run <command>make</command>, then
    178       <command>make test</command>.
    179       Remember that some tests fail, if not run in an X terminal.
     170      after the package is built and installed. Do not run
     171      <command>make install</command>, after running the test suite. To build
     172      and install the package, you need to start with a fresh or clean source
     173      tree. For the test, you also need a clean source code, so either start by
     174      removing the source code directory and starting over, by uncompressing
     175      the source tarball or by running <command>make clean</command>. Then
     176      configure again, adding <quote>--with-pydebug</quote> to the
     177      <command>configure</command> switches above, run <command>make</command>,
     178      then <command>make test</command>. Remember that some tests fail, if not
     179      run in an X terminal.
    180180    </para>
    181181
Note: See TracChangeset for help on using the changeset viewer.