Changeset 9c73d911


Ignore:
Timestamp:
02/02/2024 07:19:41 AM (3 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
Children:
e14adea
Parents:
343ab13
Message:

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).

Location:
chapter08
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • chapter08/bash.xml

    r343ab13 r9c73d911  
    7676    <para>To prepare the tests, ensure that the <systemitem class="username">tester</systemitem> user can write to the sources tree:</para>
    7777
    78 <screen><userinput remap="test">chown -Rv tester .</userinput></screen>
     78<screen><userinput remap="test">chown -R tester .</userinput></screen>
    7979
    8080    <para>The test suite of this package is designed to be run as a non-&root;
  • chapter08/coreutils.xml

    r343ab13 r9c73d911  
    122122    compile and run the tests:</para>
    123123
    124 <screen><userinput remap="test">chown -Rv tester . </userinput></screen>
     124<screen><userinput remap="test">chown -R tester . </userinput></screen>
    125125
    126126    <para>Now run the tests:</para>
  • chapter08/findutils.xml

    r343ab13 r9c73d911  
    8383    <para>To test the results, issue:</para>
    8484
    85 <screen><userinput remap="test">chown -Rv tester .
     85<screen><userinput remap="test">chown -R tester .
    8686su tester -c "PATH=$PATH make check"</userinput></screen>
    8787
  • chapter08/gawk.xml

    r343ab13 r9c73d911  
    5555    <para>To test the results, issue:</para>
    5656
    57 <screen><userinput remap="test">chown -Rv tester .
     57<screen><userinput remap="test">chown -R tester .
    5858su tester -c "PATH=$PATH make check"</userinput></screen>
    5959
  • chapter08/gcc.xml

    r343ab13 r9c73d911  
    159159    <para>Test the results as a non-privileged user, but do not stop at errors:</para>
    160160
    161 <screen><userinput remap="test">chown -Rv tester .
     161<screen><userinput remap="test">chown -R tester .
    162162su tester -c "PATH=$PATH make -k check"</userinput></screen>
    163163
  • chapter08/make.xml

    r343ab13 r9c73d911  
    5454    <para>To test the results, issue:</para>
    5555
    56 <screen><userinput remap="test">chown -Rv tester .
     56<screen><userinput remap="test">chown -R tester .
    5757su tester -c "PATH=$PATH make check"</userinput></screen>
    5858
  • chapter08/sed.xml

    r343ab13 r9c73d911  
    5252    <para>To test the results, issue:</para>
    5353
    54 <screen><userinput remap="test">chown -Rv tester .
     54<screen><userinput remap="test">chown -R tester .
    5555su tester -c "PATH=$PATH make check"</userinput></screen>
    5656
  • chapter08/util-linux.xml

    r343ab13 r9c73d911  
    104104    </warning>
    105105
    106 <screen><userinput remap="test">chown -Rv tester .
     106<screen><userinput remap="test">chown -R tester .
    107107su tester -c "make -k check"</userinput></screen>
    108108
  • chapter08/vim.xml

    r343ab13 r9c73d911  
    6767    to the source tree:</para>
    6868
    69 <screen><userinput remap="test">chown -Rv tester .</userinput></screen>
     69<screen><userinput remap="test">chown -R tester .</userinput></screen>
    7070
    7171    <para>Now run the tests as user <systemitem
Note: See TracChangeset for help on using the changeset viewer.