From 443cace8ce11238d6509c09ba9f3d7f7901d2d4b Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Sat, 17 Jan 2004 01:37:37 +0000 Subject: Implemented changes to make the running of the Chapter 5 test suites strictly optional i.e. the default action for the average reader is to not run them. Closes 719. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3172 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/binutils-pass2.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'chapter05/binutils-pass2.xml') diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index f52a7ac42..7617470c4 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -40,16 +40,15 @@ variables that override the default optimization flags. make -It's worth pointing out that running the Binutils test suite here -is considered not as important as running it in -. - -Test the results (there should be no unexpected failures here, expected -failures are fine): +Compilation is now complete. As discussed earlier, we don't recommend +running the test suites for the temporary tools here in this chapter. If you +still want to run the Binutils test suite anyway, the following command will +do so: make check -Unfortunately, there is no easy way to view the test results summary like +There should be no unexpected failures here, expected failures are fine. +Unfortunately, there is no easy way to view the test results summary like there was for the previous GCC package. However, if a failure occurs here, it should be easy to spot. The output shown will contain something like: -- cgit v1.2.3-54-g00ecf