Changeset 5f8b7fe for chapter08/bash.xml


Ignore:
Timestamp:
02/02/2023 05:33:10 PM (16 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
f7b295d
Parents:
19f4e4d
git-author:
Xi Ruoyao <xry111@…> (02/02/2023 05:27:40 PM)
git-committer:
Xi Ruoyao <xry111@…> (02/02/2023 05:33:10 PM)
Message:

bash: Add the explanation of test output, and document a known failure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/bash.xml

    r19f4e4d r5f8b7fe  
    8888EOF</userinput></screen>
    8989
     90    <para>The test suite uses <command>diff</command> to detect the
     91    difference between test script output and the expected output.  Any
     92    output from <command>diff</command> (prefixed with
     93    <computeroutput>&lt;</computeroutput> and
     94    <computeroutput>&gt;</computeroutput>) indicates a test failure, unless
     95    there is a message saying the difference can be ignored.
     96    <!-- Some host distros set core file size hard limit < 1000, then the
     97         test "ulimit -c -S 1000" attempts to set soft limit > hard limit
     98         and fail.  -->
     99    One test named <filename>run-builtins</filename> is known to fail on
     100    some host distros with a difference on the first line of the
     101    output.</para>
     102
    90103    <para>Install the package:</para>
    91104
Note: See TracChangeset for help on using the changeset viewer.