mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
bash: Add the explanation of test output, and document a known failure
This commit is contained in:
parent
19f4e4d6ea
commit
5f8b7fe1ab
@ -87,6 +87,19 @@ lassign [wait] _ _ _ value
|
||||
exit $value
|
||||
EOF</userinput></screen>
|
||||
|
||||
<para>The test suite uses <command>diff</command> to detect the
|
||||
difference between test script output and the expected output. Any
|
||||
output from <command>diff</command> (prefixed with
|
||||
<computeroutput><</computeroutput> and
|
||||
<computeroutput>></computeroutput>) indicates a test failure, unless
|
||||
there is a message saying the difference can be ignored.
|
||||
<!-- Some host distros set core file size hard limit < 1000, then the
|
||||
test "ulimit -c -S 1000" attempts to set soft limit > hard limit
|
||||
and fail. -->
|
||||
One test named <filename>run-builtins</filename> is known to fail on
|
||||
some host distros with a difference on the first line of the
|
||||
output.</para>
|
||||
|
||||
<para>Install the package:</para>
|
||||
|
||||
<screen><userinput remap="install">make install</userinput></screen>
|
||||
|
Loading…
Reference in New Issue
Block a user