From d54e3c98561704a12208145c269a4d5e39934d9a Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Wed, 15 Jun 2022 15:05:49 +0200 Subject: [PATCH] Remove the "Abort on testsuite failure" config (1) Remove the choice in Config.in. Remove the BOMB_TEST variable from configuration. --- Config.in | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/Config.in b/Config.in index 287ebc8..3434cc9 100644 --- a/Config.in +++ b/Config.in @@ -461,10 +461,6 @@ depends on !BOOK_BLFS # You will have to select between: # - Only critical final system testsuites # - All final system testsuites - # You will be prompted also about the "flavour" of the - # testsuites run: - # - Don't stop on test suite failures - # - Abort the build at the first test suite failure # # Note that in any case, all the test instructions will # be generated. Those which are not wanted will be commented @@ -494,16 +490,6 @@ depends on !BOOK_BLFS endchoice - choice - prompt "Flavour" - - config NO_BOMB - bool "Don't stop on test failures" - - config BOMB - bool "Abort the build on the first test failure" - endchoice - endmenu # test settings config TEST @@ -511,12 +497,7 @@ depends on !BOOK_BLFS default "0" if !CONFIG_TESTS default "1" if TST_1 default "2" if TST_2 - - config BOMB_TEST - bool - default n if NO_BOMB - default y if BOMB - #--- End Test Suites + #--- End Test Suites #--- Package Management config PKGMNGT