mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
make: Run test suite as unprivileged user
This commit is contained in:
parent
770e789527
commit
07b44dd348
@ -49,9 +49,12 @@
|
|||||||
|
|
||||||
<screen><userinput remap="make">make</userinput></screen>
|
<screen><userinput remap="make">make</userinput></screen>
|
||||||
|
|
||||||
|
<!-- Running tests as root causes failures:
|
||||||
|
https://savannah.gnu.org/bugs/?63852 -->
|
||||||
<para>To test the results, issue:</para>
|
<para>To test the results, issue:</para>
|
||||||
|
|
||||||
<screen><userinput remap="test">make check</userinput></screen>
|
<screen><userinput remap="test">chown -Rv tester .
|
||||||
|
su tester -c "PATH=$PATH make check"</userinput></screen>
|
||||||
|
|
||||||
<para>Install the package:</para>
|
<para>Install the package:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user