python3: run test suite

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11743 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Xi Ruoyao 2020-02-04 13:13:09 +00:00
parent a0d80869e8
commit 45edd033a8

View File

@ -83,8 +83,11 @@
<screen><userinput remap="make">make</userinput></screen>
<para>The test suite requires TK and X Windows session and cannot
be run until Python 3 is reinstalled in BLFS.</para>
<para>To test the results, issue <command>make test</command>.
Some tests requiring network connection or additional packages are
skipped. The test named test_normalization fails because network
configuration is not completed yet. For more comprehensive results,
the test can be rerun when Python 3 is reinstalled in BLFS.</para>
<para>Install the package:</para>