[jhalfs] 01/04: Remove the "Abort on testsuite failure" config (1)
| Newsgroups | gmane.linux.lfs.automated |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository jhalfs. commit d54e3c98561704a12208145c269a4d5e39934d9a Author: Pierre Labastie <[email protected]> AuthorDate: Wed Jun 15 15:05:49 2022 +0200 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 -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/alfs-discuss Unsubscribe: See the above information page