Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/python.xml

    r7152faa ra9cbf6ff  
    7979<screen><userinput remap="make">make</userinput></screen>
    8080
    81     <para>Running the tests at this point is not recommended.  The
    82     tests are known to hang indefinitely in the partial LFS environment.
    83     If desired, the tests can be rerun at the end of this chapter, or
    84     when Python 3 is reinstalled in BLFS.  To run the tests anyway,
    85     issue <command>make test</command>.</para>
     81    <para>Some tests are known to occasionally hang indefinitely.  So to test the
     82    results, run the test suite but set a 2-minute time limit for each
     83    test case:</para>
     84
     85<screen><userinput remap="test">make test TESTOPTS="--timeout 120"</userinput></screen>
     86
     87    <para>For a relatively slow system you may need to increase the time
     88    limit and 1 SBU (measured when building Binutils pass 1 with one CPU
     89    core) should be enough.  Some tests are flaky, so the test suite will
     90    automatically re-run failed tests.  If a test failed but then passed
     91    when re-run, it should be considered as passed.</para>
    8692
    8793    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.