diff options
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index d69096b9c..b520de640 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -125,7 +125,7 @@ cd ../glibc-build</userinput></screen> <para>Test the results:</para> -<screen><userinput>make -k check >glibc-check-log 2>&1 +<screen><userinput>make -k check 2>&1 | tee glibc-check-log grep Error glibc-check-log</userinput></screen> <para>On at least i686 you can expect to see failures in the |