Changes in / [9dca319:2cdee06]


Ignore:
Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/python.xml

    r9dca319 r2cdee06  
    9090    automatically re-run failed tests.  If a test failed but then passed
    9191    when re-run, it should be considered as passed.</para>
    92 
    93     <para>Two tests named <filename>test_xml_etree</filename> and
    94     <filename>test_xml_etree_c</filename> are known to fail with expat-2.6.0
    95     or newer.</para>
    9692
    9793    <para>Install the package:</para>
  • chapter08/util-linux.xml

    r9dca319 r2cdee06  
    9494<screen><userinput remap="make">make</userinput></screen>
    9595
    96     <!-- To editors:
    97          Two tests need a /etc/fstab file.  They are skipped if the host
    98          distro isn't using systemd as the init system, so don't remove
    99          the creation of /etc/fstab unless you've tested it with such a
    100          host distro (for example LFS systemd or Debian).  -->
    101     <para>If desired, create a dummy <filename>/etc/fstab</filename> file
    102     to satisfy two tests and run the test suite as a non-&root;
    103     user:</para>
     96    <para>If desired, run the test suite as a non-&root; user:</para>
    10497
    10598    <warning><para>Running the test suite as the
     
    114107    </warning>
    115108
    116 <screen><userinput remap="test">touch /etc/fstab
    117 chown -R tester .
     109<screen><userinput remap="test">chown -R tester .
    118110su tester -c "make -k check"</userinput></screen>
    119111
Note: See TracChangeset for help on using the changeset viewer.