Changeset d54e3c9 for Config.in


Ignore:
Timestamp:
06/15/2022 01:05:49 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
316d0603
Parents:
ff30640
Message:

Remove the "Abort on testsuite failure" config (1)

Remove the choice in Config.in.
Remove the BOMB_TEST variable from configuration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    rff30640 rd54e3c9  
    462462            #  - Only critical final system testsuites
    463463            #  - All final system testsuites
    464             #  You will be prompted also about the "flavour" of the
    465             #  testsuites run:
    466             #  - Don't stop on test suite failures
    467             #  - Abort the build at the first test suite failure
    468464            #
    469465            #  Note that in any case, all the test instructions will
     
    495491    endchoice
    496492
    497     choice
    498         prompt    "Flavour"
    499 
    500         config    NO_BOMB
    501             bool    "Don't stop on test failures"
    502 
    503         config    BOMB
    504             bool    "Abort the build on the first test failure"
    505     endchoice
    506 
    507493    endmenu # test settings
    508494
     
    512498        default    "1"    if TST_1
    513499        default    "2"    if TST_2
    514 
    515     config    BOMB_TEST
    516         bool
    517         default    n if NO_BOMB
    518         default    y if BOMB
    519    #--- End Test Suites
     500    #--- End Test Suites
    520501
    521502    #--- Package Management
Note: See TracChangeset for help on using the changeset viewer.