Changeset d490056 for chapter08/perl.xml


Ignore:
Timestamp:
11/13/2023 01:16:58 PM (8 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
e07c419
Parents:
3a8d182
git-author:
Xi Ruoyao <xry111@…> (09/13/2023 11:48:55 AM)
git-committer:
Xi Ruoyao <xry111@…> (11/13/2023 01:16:58 PM)
Message:

perl: Use TEST_JOBS=$(nproc) make test_harness for test suite

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/perl.xml

    r3a8d182 rd490056  
    112112    <para>To test the results (approximately 11 SBU), issue:</para>
    113113
    114 <screen><userinput remap="test">make test</userinput></screen>
     114<screen><userinput remap="test">TEST_JOBS=$(nproc) make test_harness</userinput></screen>
    115115
    116116    <para>Install the package and clean up:</para>
Note: See TracChangeset for help on using the changeset viewer.