|
@@ -75,11 +75,14 @@
|
|
|
|
|
|
<para>The test suite needs some custom modifications for LFS.
|
|
<para>The test suite needs some custom modifications for LFS.
|
|
The <command>which</command> command is not available, and the
|
|
The <command>which</command> command is not available, and the
|
|
- <command>slabtop</command> test may return more than 999,999 objects. To run
|
|
|
|
- the test suite, run the following commands:</para>
|
|
|
|
|
|
+ <command>slabtop</command> test may return more than 999,999 objects.
|
|
|
|
+ Also fix one test that fails when scripting does not use a tty device.
|
|
|
|
+ To run the test suite, run the following commands:</para>
|
|
|
|
|
|
<screen><userinput remap="test">sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \
|
|
<screen><userinput remap="test">sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \
|
|
- -e 's|&9|9999999|' testsuite/config/unix.exp
|
|
|
|
|
|
+ -e 's|&9|9999999|' testsuite/config/unix.exp
|
|
|
|
+sed -i -r 's|(pmap_initname)\\\$|\1|' testsuite/pmap.test/pmap.exp
|
|
|
|
+
|
|
make check</userinput></screen>
|
|
make check</userinput></screen>
|
|
|
|
|
|
<para>Install the package:</para>
|
|
<para>Install the package:</para>
|