Changeset 650a45a


Ignore:
Timestamp:
04/08/2024 12:52:22 PM (3 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch
Parents:
e46c54d (diff), 9bfd203f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/loongarch

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/python.xml

    re46c54d r650a45a  
    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>
    9296
    9397    <para>Install the package:</para>
  • chapter08/util-linux.xml

    re46c54d r650a45a  
    9494<screen><userinput remap="make">make</userinput></screen>
    9595
    96     <para>If desired, run the test suite as a non-&root; user:</para>
     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>
    97104
    98105    <warning><para>Running the test suite as the
     
    107114    </warning>
    108115
    109 <screen><userinput remap="test">chown -R tester .
     116<screen><userinput remap="test">touch /etc/fstab
     117chown -R tester .
    110118su tester -c "make -k check"</userinput></screen>
    111119
Note: See TracChangeset for help on using the changeset viewer.