diff options
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 |