Changeset 8e3ccf7


Ignore:
Timestamp:
08/18/2006 06:34:53 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
7bf2fdd
Parents:
4275c72
Message:

Merged r3006 from experimental.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r4275c72 r8e3ccf7  
    431431
    432432        choice
    433                 prompt  "Tests ->"
     433                prompt  "Tests level"
    434434                depends  CONFIG_TESTS
    435435                default TEST_1
     
    453453
    454454        choice
    455                 prompt  "Flavour ->"
     455                prompt  "Flavour"
    456456                depends CONFIG_TESTS
    457457
    458458                config  NO_BOMB
    459459                        bool    "Don't stop on test suite failures"
    460                         default n
    461460
    462461                config  BOMB
    463462                        bool    "Abort the build at the first test suite failure"
    464                         default n
    465463        endchoice
    466464
    467465        config  BOMB_TEST
    468466                bool
    469                 default BOMB
     467                default n if NO_BOMB
     468                default y if BOMB
    470469
    471470        #--- End Test Suites
Note: See TracChangeset for help on using the changeset viewer.