Remove -v from "chown -R tester" commands

It does no good: normally we have -v for chown so once it no longer has
an effect we can know, but in this case these chown commands will never
have no effect.  And a huge amount of output with -v wastes the server
storage and bandwidth (for both the server and the people reading the
build logs).
This commit is contained in:
Xi Ruoyao 2024-02-02 15:19:41 +08:00
parent 343ab1388a
commit 9c73d91186
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3
9 changed files with 9 additions and 9 deletions

View File

@ -75,7 +75,7 @@
<para>To prepare the tests, ensure that the <systemitem class="username">tester</systemitem> user can write to the sources tree:</para>
<screen><userinput remap="test">chown -Rv tester .</userinput></screen>
<screen><userinput remap="test">chown -R tester .</userinput></screen>
<para>The test suite of this package is designed to be run as a non-&root;
user who owns the terminal connected to standard input. To satisfy the

View File

@ -121,7 +121,7 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \
<para>Fix some of the permissions so that the non-&root; user can
compile and run the tests:</para>
<screen><userinput remap="test">chown -Rv tester . </userinput></screen>
<screen><userinput remap="test">chown -R tester . </userinput></screen>
<para>Now run the tests:</para>

View File

@ -82,7 +82,7 @@ esac</userinput></screen>
<para>To test the results, issue:</para>
<screen><userinput remap="test">chown -Rv tester .
<screen><userinput remap="test">chown -R tester .
su tester -c "PATH=$PATH make check"</userinput></screen>
<para>Install the package:</para>

View File

@ -54,7 +54,7 @@
<para>To test the results, issue:</para>
<screen><userinput remap="test">chown -Rv tester .
<screen><userinput remap="test">chown -R tester .
su tester -c "PATH=$PATH make check"</userinput></screen>
<para>Install the package:</para>

View File

@ -158,7 +158,7 @@ cd build</userinput></screen>
<para>Test the results as a non-privileged user, but do not stop at errors:</para>
<screen><userinput remap="test">chown -Rv tester .
<screen><userinput remap="test">chown -R tester .
su tester -c "PATH=$PATH make -k check"</userinput></screen>
<para>To extract a summary of the test suite results, run:</para>

View File

@ -53,7 +53,7 @@
https://savannah.gnu.org/bugs/?63852 -->
<para>To test the results, issue:</para>
<screen><userinput remap="test">chown -Rv tester .
<screen><userinput remap="test">chown -R tester .
su tester -c "PATH=$PATH make check"</userinput></screen>
<para>Install the package:</para>

View File

@ -51,7 +51,7 @@ make html</userinput></screen>
<para>To test the results, issue:</para>
<screen><userinput remap="test">chown -Rv tester .
<screen><userinput remap="test">chown -R tester .
su tester -c "PATH=$PATH make check"</userinput></screen>
<para>Install the package and its documentation:</para>

View File

@ -103,7 +103,7 @@
<screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD --builddir=$PWD</userinput></screen>
</warning>
<screen><userinput remap="test">chown -Rv tester .
<screen><userinput remap="test">chown -R tester .
su tester -c "make -k check"</userinput></screen>
<para>The <emphasis>hardlink</emphasis> tests will fail if the host's kernel

View File

@ -66,7 +66,7 @@
<systemitem class="username">tester</systemitem> can write
to the source tree:</para>
<screen><userinput remap="test">chown -Rv tester .</userinput></screen>
<screen><userinput remap="test">chown -R tester .</userinput></screen>
<para>Now run the tests as user <systemitem
class="username">tester</systemitem>:</para>