diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-02-04 13:13:09 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-02-04 13:13:09 +0000 |
commit | 45edd033a858081edd709d3aad81e5566e7a2f10 (patch) | |
tree | 7065a63956e7a7be76252c31d7c83a7ca3f65ac3 /chapter06 | |
parent | a0d80869e8f294076984a6f142fb472bf293993a (diff) |
python3: run test suite
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11743 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/python.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chapter06/python.xml b/chapter06/python.xml index 5718a28a9..f645a709b 100644 --- a/chapter06/python.xml +++ b/chapter06/python.xml @@ -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> |