Changeset a56a4fc


Ignore:
Timestamp:
03/02/2024 07:50:21 AM (2 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
multilib, trunk, xry111/loongarch
Children:
0a18eb6, 0fd7f40b
Parents:
2001f5c
Message:

procps: Run chown -R tester . before running the test as tester

I completely forgot this yesterday :(.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/procps.xml

    r2001f5c ra56a4fc  
    7676    <para>To run the test suite, run:</para>
    7777
    78 <screen><userinput remap="test">su tester -c "PATH=$PATH make check"</userinput></screen>
     78<screen><userinput remap="test">chown -R tester .
     79su tester -c "PATH=$PATH make check"</userinput></screen>
    7980
    8081    <para>One test named
Note: See TracChangeset for help on using the changeset viewer.