Changeset 07b44dd


Ignore:
Timestamp:
03/05/2023 02:57:09 AM (14 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
f54b8be
Parents:
770e789
git-author:
Xi Ruoyao <xry111@…> (03/02/2023 03:36:09 PM)
git-committer:
Xi Ruoyao <xry111@…> (03/05/2023 02:57:09 AM)
Message:

make: Run test suite as unprivileged user

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/make.xml

    r770e789 r07b44dd  
    5050<screen><userinput remap="make">make</userinput></screen>
    5151
     52    <!-- Running tests as root causes failures:
     53         https://savannah.gnu.org/bugs/?63852 -->
    5254    <para>To test the results, issue:</para>
    5355
    54 <screen><userinput remap="test">make check</userinput></screen>
     56<screen><userinput remap="test">chown -Rv tester .
     57su tester -c "PATH=$PATH make check"</userinput></screen>
    5558
    5659    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.