diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/autoconf.xml | 2 | ||||
-rw-r--r-- | chapter08/python.xml | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/chapter08/autoconf.xml b/chapter08/autoconf.xml index dfdc4d93d..22e0a1002 100644 --- a/chapter08/autoconf.xml +++ b/chapter08/autoconf.xml @@ -42,7 +42,7 @@ <title>Installation of Autoconf</title> <para>First, apply a patch fixes several problems that occur with the latest - perl, libtool, and bash version.</para> + perl, libtool, and bash versions.</para> <screen><userinput remap="pre">patch -Np1 -i ../&autoconf-fixes-patch;</userinput></screen> 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> |