diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-11-05 08:33:25 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-11-05 08:33:25 +0000 |
commit | f55c13ff879507b52aaf1388beeca425b5455eac (patch) | |
tree | 709daf7b026667a6ccd719b0375b6f4844e10526 /chapter06/util-linux.xml | |
parent | c8d8d9dec6052dcecb5bcee157ce6fe5f8e5477c (diff) |
Skip test failures in Util-Linux's 'last'.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10373 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/util-linux.xml')
-rw-r--r-- | chapter06/util-linux.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index cd6fd6cfb..13a386374 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -99,7 +99,7 @@ mkdir -pv /var/lib/hwclock</userinput></screen> booting, they pass.</para></note> <screen><userinput remap="test">chown -Rv nobody . -su nobody -s /bin/bash -c "PATH=$PATH make check"</userinput></screen> +su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen> <para>Install the package:</para> |