From ecbbbd480d1e5b50bebbab19bccbd03e2d9d8ef6 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 10 Jun 2007 09:07:00 +0000 Subject: Added explanations to Bash testsuite commands. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8153 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bash.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'chapter06/bash.xml') diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 823542933..14208e3c1 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -70,11 +70,20 @@ sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \ make - To test the results, issue: + Skip down to Install the + package if not running the test suite. + + To prepare the tests, ensure that the locale + setting from our environment will be used and that the nobody user can write to the sources tree: sed -i 's/LANG/LC_ALL/' tests/intl.tests -chown -Rv nobody ./ -su-tools nobody -s /bin/bash -c "make tests" +chown -Rv nobody ./ + + Now, run the tests as the nobody user: + +su-tools nobody -s /bin/bash -c "make tests" Install the package: -- cgit v1.2.3-54-g00ecf