Changeset 29615d9


Ignore:
Timestamp:
06/15/2022 01:09:49 PM (23 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
594ff3d
Parents:
316d0603
Message:

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

Remove the display of BOMB_TEST when validating the config.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_validate_configs.sh

    r316d0603 r29615d9  
    2121                            SERVER RETRYSRCDOWNLOAD RETRYDOWNLOADCNT DOWNLOADTIMEOUT \
    2222                            RUNMAKE"
    23   local -r    BUILD_chroot="TEST BOMB_TEST STRIP"
     23  local -r    BUILD_chroot="TEST STRIP"
    2424  local -r    BUILD_common="FSTAB CONFIG TIMEZONE PAGE LANG INSTALL_LOG"
    2525  local -r ADVANCED_chroot="COMPARE RUN_ICA ITERATIONS OPTIMIZE"
     
    128128      RUN_ICA)          [[ "$COMPARE" = "y" ]] && echo -e "`eval echo $PARAM_VALS`" ;;
    129129      ITERATIONS)       [[ "$COMPARE" = "y" ]] && echo -e "`eval echo $PARAM_VALS`" ;;
    130       BOMB_TEST)        [[ ! "$TEST" = "0" ]] && echo -e "`eval echo $PARAM_VALS`" ;;
    131130      TARGET32)         [[ -n "${TARGET32}" ]] &&  echo -e "`eval echo $PARAM_VALS`" ;;
    132131      MIPS_LEVEL)       [[ "${ARCH}" = "mips" ]] && echo -e "`eval echo $PARAM_VALS`" ;;
Note: See TracChangeset for help on using the changeset viewer.