boost: py2 is not needed by Boost.Build regtest

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22836 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Xi Ruoyao 2020-03-12 15:21:31 +00:00
parent de33b2ab61
commit 6ea9f5b3d0

View File

@ -112,9 +112,8 @@
./b2 stage -j<replaceable>&lt;N&gt;</replaceable> threading=multi link=shared</userinput></screen>
<para>
To run the Boost.Build's regression test, <xref linkend="python2"/>
is required.
Run the tests with: issue <command>pushd tools/build/test;
To run the Boost.Build's regression test,
issue <command>pushd tools/build/test;
python3 test_all.py; popd</command>.
All 152 tests should pass.
</para>