From fe10b9c24a8619f31d98416e0cd177ac31c4463d Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 31 May 2006 15:30:20 +0000 Subject: Added tee to chapter 6's glibc make check. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7640 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06/glibc.xml') 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 Test the results: -make -k check >glibc-check-log 2>&1 +make -k check 2>&1 | tee glibc-check-log grep Error glibc-check-log On at least i686 you can expect to see failures in the -- cgit v1.2.3-54-g00ecf