Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/procps.xml

    r28614cdd ra56a4fc  
    7171<screen revision='systemd'><userinput remap="make">make src_w_LDADD='$(LDADD) -lsystemd'</userinput></screen>
    7272
    73     <para> To run the test suite, run:</para>
    74 
    75 <screen><userinput remap="test">make check</userinput></screen>
    76 
    77     <para>One test in the "ps" tests is known to fail.</para>
     73    <!-- To editors: "pmap {X,XX} with unreachable process" tests don't work
     74         as root.  They may seem to pass due to some Tcl/Expect/DejaGNU
     75         internal hazards with some "luck" though.  -->
     76    <para>To run the test suite, run:</para>
     77
     78<screen><userinput remap="test">chown -R tester .
     79su tester -c "PATH=$PATH make check"</userinput></screen>
     80
     81    <para>One test named
     82    <literal>ps with output flag bsdtime,cputime,etime,etimes</literal>
     83    is known to fail if the host kernel is not built with
     84    <literal>CONFIG_BSD_PROCESS_ACCT</literal> enabled.</para>
    7885
    7986    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.