diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2023-11-21 10:36:30 +0100 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2023-11-21 10:36:30 +0100 |
commit | bc64795e637cff64b6cef151704d7a50ee870293 (patch) | |
tree | b6283ff35c601fdd897107305797e18930cb7776 | |
parent | c1f02f262e6c39e6b40adcbbeee1a38532c9c20b (diff) |
Remove a spurious menu in Config.in
-rw-r--r-- | Config.in | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |