From e8692c5ee76662b25bd502df06818c910bb6aa3b Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Sat, 7 Feb 2004 14:55:41 +0000 Subject: Changing 'grep -A7' into a comment. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-pass2.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index b8dcbaa60..cc7a66822 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -128,7 +128,10 @@ through to completion and not stop at the first failure. The GCC test suite is very comprehensive and is almost guaranteed to generate a few failures. To get a summary of the test suite results, run this: -../&gcc-dir;/contrib/test_summary | grep -A7 Summ +../&gcc-dir;/contrib/test_summary + +(For just the summaries, pipe the output through +grep -A7 Summ.) You can compare your results to those posted to the gcc-testresults mailing list for similar configurations to your own. For an example of how -- cgit v1.2.3-54-g00ecf