diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-09-09 01:19:31 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-09-09 01:19:31 +0000 |
commit | 33d82368467378581cf67ecdec39de6456d44abf (patch) | |
tree | a22fe4562e3897da162713a7f20d2fafbc0eaf6b /chapter06/glibc.xml | |
parent | bf1c6eeaeeaf1f32d0723f69edbf843ddca6e9c6 (diff) |
Simplify glibc testing
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10738 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index d8b509895..5c168b03b 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -108,8 +108,7 @@ cd ../glibc-build</userinput></screen> <para>Generally a few tests do not pass, but you can generally ignore any of the test failures listed below. Now test the build results:</para> -<screen><userinput remap="test">make check 2>&1 | tee glibc-check-log -grep Error glibc-check-log</userinput></screen> +<screen><userinput remap="test">make check</userinput></screen> <para>You will probably see some test failures. The Glibc test suite is somewhat dependent on the host system. This is a list of the most common |