From bc64795e637cff64b6cef151704d7a50ee870293 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Tue, 21 Nov 2023 10:36:30 +0100 Subject: [PATCH] Remove a spurious menu in Config.in --- Config.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Config.in b/Config.in index d03ae88..d5c3fd5 100644 --- a/Config.in +++ b/Config.in @@ -457,9 +457,8 @@ depends on !BOOK_BLFS # out. If you select 'n' here, the commented test instructions # do not stop on test suite failures. - menu "Test settings" - depends on CONFIG_TESTS choice + depends on CONFIG_TESTS prompt "Tests level" default TST_1 @@ -480,8 +479,6 @@ depends on !BOOK_BLFS endchoice - endmenu # test settings - config TEST int default "0" if !CONFIG_TESTS