From 8e3ccf74cc78b38650fb11c3e843a3367adef3f4 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Fri, 18 Aug 2006 18:34:53 +0000 Subject: [PATCH] Merged r3006 from experimental. --- Config.in | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Config.in b/Config.in index e78f789..7d36ca6 100644 --- a/Config.in +++ b/Config.in @@ -430,7 +430,7 @@ menu "--- Build Settings" # choice - prompt "Tests ->" + prompt "Tests level" depends CONFIG_TESTS default TEST_1 @@ -452,21 +452,20 @@ menu "--- Build Settings" default "3" if TST_3 choice - prompt "Flavour ->" + prompt "Flavour" depends CONFIG_TESTS config NO_BOMB bool "Don't stop on test suite failures" - default n config BOMB bool "Abort the build at the first test suite failure" - default n endchoice config BOMB_TEST bool - default BOMB + default n if NO_BOMB + default y if BOMB #--- End Test Suites