[jhalfs] 03/04: Remove the "Abort on testsuite failure" config (3)
| Newsgroups | gmane.linux.lfs.automated |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository jhalfs. commit 29615d9e3a6a239a32c78839b35921751e185466 Author: Pierre Labastie <[email protected]> AuthorDate: Wed Jun 15 15:09:49 2022 +0200 Remove the "Abort on testsuite failure" config (3) Remove the display of BOMB_TEST when validating the config. --- common/libs/func_validate_configs.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/libs/func_validate_configs.sh b/common/libs/func_validate_configs.sh index 588cd8f..b14cf81 100644 --- a/common/libs/func_validate_configs.sh +++ b/common/libs/func_validate_configs.sh @@ -20,7 +20,7 @@ inline_doc local -r GENERAL_common="LUSER LGROUP LHOME BUILDDIR CLEAN GETPKG SRC_ARCHIVE \ SERVER RETRYSRCDOWNLOAD RETRYDOWNLOADCNT DOWNLOADTIMEOUT \ RUNMAKE" - local -r BUILD_chroot="TEST BOMB_TEST STRIP" + local -r BUILD_chroot="TEST STRIP" local -r BUILD_common="FSTAB CONFIG TIMEZONE PAGE LANG INSTALL_LOG" local -r ADVANCED_chroot="COMPARE RUN_ICA ITERATIONS OPTIMIZE" local -r ADVANCED_common="REPORT REBUILD_MAKEFILE" @@ -127,7 +127,6 @@ inline_doc COMPARE) [[ ! "$COMPARE" = "y" ]] && echo -e "`eval echo $PARAM_VALS`" ;; RUN_ICA) [[ "$COMPARE" = "y" ]] && echo -e "`eval echo $PARAM_VALS`" ;; ITERATIONS) [[ "$COMPARE" = "y" ]] && echo -e "`eval echo $PARAM_VALS`" ;; - BOMB_TEST) [[ ! "$TEST" = "0" ]] && echo -e "`eval echo $PARAM_VALS`" ;; TARGET32) [[ -n "${TARGET32}" ]] && echo -e "`eval echo $PARAM_VALS`" ;; MIPS_LEVEL) [[ "${ARCH}" = "mips" ]] && echo -e "`eval echo $PARAM_VALS`" ;; SERVER) [[ "$GETPKG" = "y" ]] && echo -e "`eval echo $PARAM_VALS`" ;; -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/alfs-discuss Unsubscribe: See the above information page