From 8445b681e69bed00e0b2c650dcc523e64815ae2e Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 3 Apr 2013 20:10:42 +0000 Subject: 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 --- chapter01/changelog.xml | 10 +++++++++- chapter06/procps.xml | 9 ++++++--- general.ent | 4 ++-- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0ffcf9899..4e9c396cf 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,15 @@ --> + + 2013-04-03 + + + [bdubbs] - Fix a failure in the procps-ng test suite. + + + + 2013-04-01 @@ -43,7 +52,6 @@ [bdubbs] - Upgrade to Linux-3.8.5. Fixes #3320. - [bdubbs] - Upgrade to Systemd-200. Fixes #3317 and diff --git a/chapter06/procps.xml b/chapter06/procps.xml index 199566818..9bcf12f07 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -75,11 +75,14 @@ The test suite needs some custom modifications for LFS. The which command is not available, and the - slabtop test may return more than 999,999 objects. To run - the test suite, run the following commands: + slabtop 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: 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 Install the package: diff --git a/general.ent b/general.ent index 415302af8..ca6f5585b 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + + -- cgit v1.2.3-54-g00ecf