Changeset bc7af21


Ignore:
Timestamp:
04/27/2023 11:07:16 AM (12 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
95abdf87
Parents:
a63158d
Message:

Fix test instructions in nfs-utils

When test instructions need to be run as root, it is not enough to
use a <command> tag. It needs a <screen> tag with role="root" and
remap="test" attributes.

Also fix a missing parenthesis.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/nfs-utils.xml

    ra63158d rbc7af21  
    1010  <!ENTITY nfs-utils-md5sum        "d47ff4ca79b71d64d37c0f0e81aae134">
    1111  <!ENTITY nfs-utils-size          "712 KB">
    12   <!ENTITY nfs-utils-buildsize     "17 MB (with tests">
     12  <!ENTITY nfs-utils-buildsize     "17 MB (with tests)">
    1313  <!ENTITY nfs-utils-time          "0.2 SBU (with tests)">
    1414]>
     
    228228
    229229    <para>
    230       To test the results, issue, as &root;: <command>make check</command>.
    231     </para>
     230      To test the results, issue, as &root;:
     231    </para>
     232
     233<screen role="root" remap="test"><userinput>make check</userinput></screen>
    232234
    233235  </sect2>
Note: See TracChangeset for help on using the changeset viewer.