Changeset 53f7156


Ignore:
Timestamp:
07/27/2006 12:13:11 AM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
f2382aa
Parents:
14f86de
Message:

Added range limit to the number of ICA/FARCE test runs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r14f86de r53f7156  
    184184                        #--- What build method should be used: a chroot jail or minimal boot system
    185185                        #    Review the Cross-LFS book chap6 "TO BOOT OR CHROOT" for a full explanation.
     186
    186187                config  BUILD_CHROOT
    187188                        bool    "chroot"
     
    189190                        bool    "boot"         
    190191        endchoice
     192
    191193        config  METHOD
    192194                string
     
    194196                default "chroot"        if BUILD_CHROOT
    195197                default "boot"          if BUILD_ROOT
    196 
     198               
    197199        config  BOOT_CONFIG
    198200                string  "BOOT kernel config file (manditory)"
     
    344346                int     "Number of test runs (2,3,4,5)"
    345347                depends on CONFIG_COMPARE
     348                range   2 5
    346349                default 3
    347350                               
Note: See TracChangeset for help on using the changeset viewer.