Author: xry111 Date: Sat Feb 20 06:19:00 2021 New Revision: 24242 Log: python3: remove outdated test instruction
Modified: trunk/BOOK/general/prog/python3.xml Modified: trunk/BOOK/general/prog/python3.xml ============================================================================== --- trunk/BOOK/general/prog/python3.xml Fri Feb 19 22:13:48 2021 (r24241) +++ trunk/BOOK/general/prog/python3.xml Sat Feb 20 06:19:00 2021 (r24242) @@ -129,7 +129,8 @@ make</userinput></screen> <para> - The test suite must be run separately, using an X terminal (see below). + To test the result, issue <command>make test</command>. + Some tests may need Internet connection. </para> <para> @@ -138,21 +139,6 @@ <screen role="root"><userinput>make install</userinput></screen> - <para> - The test suite must be run separately from the build, either before or - after the package is built and installed. Do not run - <command>make install</command> after running the test suite. To build - and install the package, you need to start with a fresh or clean source - tree. For the tests, you also need a clean source code, so either start by - removing the source code directory and starting over, by uncompressing - the source tarball or by running <command>make clean</command>. Then - configure again, adding <quote>--with-pydebug</quote> to the - <command>configure</command> switches above, run <command>make</command>, - then <command>make test</command>. Remember that tests must be executed - using an X terminal. - The test SBU highly depends on the speed of the internet connection. - </para> - </sect2> <sect2 role="commands"> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page