From 67ce2a201a67ec4ed0aa0b79cf7b5e8b529efa24 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 14 Jul 2017 03:59:18 +0000 Subject: Update to linux-4.12.1. Update to libpipeline-1.4.2. Update to iproute2-4.12.0. Fix the test procedure in make. Fix the test procedure in procps-ng. Update to glibc-2.25+adc7e06. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11269 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/make.xml | 6 ++++-- chapter06/procps.xml | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'chapter06') diff --git a/chapter06/make.xml b/chapter06/make.xml index 791908683..f88105c01 100644 --- a/chapter06/make.xml +++ b/chapter06/make.xml @@ -48,9 +48,11 @@ make - To test the results, issue: + The test suite needs to know where supporting perl files are located. + We use an envronment variable to accomplish this. To test the + results, issue: -make check +make PERL5LIB=$PWD/tests/ check Install the package: diff --git a/chapter06/procps.xml b/chapter06/procps.xml index 3e5331ba9..d3a7e52cc 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -74,10 +74,13 @@ make The test suite needs some custom modifications for LFS. - Remove the test that fails when scripting does not use a tty device. + Remove a test that fails when scripting does not use a tty device and + fix two others. To run the test suite, run the following commands: sed -i -r 's|(pmap_initname)\\\$|\1|' testsuite/pmap.test/pmap.exp +sed -i '/set tty/d' testsuite/pkill.test/pkill.exp +rm testsuite/pgrep.test/pgrep.exp make check One ps test may fail, but passes if the tests are rerun at -- cgit v1.2.3-54-g00ecf