diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-10-01 15:28:53 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-10-01 15:28:53 +0000 |
commit | 38b705d991216e61a2a8a828cb93cecf41ea32a4 (patch) | |
tree | 1e9e748822d3029572f6a3f8059f3ef77643d1a1 /chapter08/python.xml | |
parent | ec786b746e7ea3a38c1a2aa06724b6db3ad9f58a (diff) |
Update to grep-3.5.
Update to Python-3.8.6.
Update to openssl-1.1.1h.
Update to binutils-2.35.1.
Update to linux-5.8.12.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12051 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/python.xml')
-rw-r--r-- | chapter08/python.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chapter08/python.xml b/chapter08/python.xml index f25b8a691..7995f43db 100644 --- a/chapter08/python.xml +++ b/chapter08/python.xml @@ -83,8 +83,11 @@ <screen><userinput remap="make">make</userinput></screen> - <para>To test the results, issue <command>make test</command>. - Some tests requiring a network connection or additional packages are + <para>To test the results, issue:</para> + +<screen><userinput remap="test">make test</userinput></screen> + + <para>Some tests requiring a 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> |