Ignore:
Timestamp:
04/03/2013 08:10:42 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
142b29b
Parents:
a1b60e2
Message:

Fix a failure in the procps-ng test suite

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10239 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/procps.xml

    ra1b60e2 r8445b68  
    7676    <para>The test suite needs some custom modifications for LFS.
    7777    The <command>which</command> command is not available, and the
    78     <command>slabtop</command> test may return more than 999,999 objects. To run
    79     the test suite, run the following commands:</para>
     78    <command>slabtop</command> test may return more than 999,999 objects.
     79    Also fix one test that fails when scripting does not use a tty device.
     80    To run the test suite, run the following commands:</para>
    8081
    8182<screen><userinput remap="test">sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \
    82       -e 's|&amp;9|9999999|' testsuite/config/unix.exp
     83       -e 's|&amp;9|9999999|'             testsuite/config/unix.exp
     84sed -i -r 's|(pmap_initname)\\\$|\1|' testsuite/pmap.test/pmap.exp
     85
    8386make check</userinput></screen>
    8487
Note: See TracChangeset for help on using the changeset viewer.