From 594ff3d878fc97ffd9eba862556311309263facf Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Wed, 15 Jun 2022 15:10:52 +0200 Subject: [PATCH] Remove the "Abort on testsuite failure" config (4) Remove the bomb-testsuite param in lfs.xsl, with the associated code. This implies not passing this param in func_book_parser. --- LFS/lfs.xsl | 82 +++++++++++------------------------- common/libs/func_book_parser | 1 - 2 files changed, 25 insertions(+), 58 deletions(-) diff --git a/LFS/lfs.xsl b/LFS/lfs.xsl index c1ccdcc..c6075d6 100644 --- a/LFS/lfs.xsl +++ b/LFS/lfs.xsl @@ -28,12 +28,6 @@ --> - - - @@ -1121,59 +1115,33 @@ LOGLEVEL=" # - - - - - - >> $TEST_LOG 2>&1 || true - - - - - - make -k - - - >> $TEST_LOG 2>&1 || true - - - - - - - >> $TEST_LOG 2>&1 || true - - - - + + + + >> $TEST_LOG 2>&1 || true + + + + + + make -k + + + >> $TEST_LOG 2>&1 || true + + - - - - - - >> $TEST_LOG 2>&1 || true - - - - - - - >> $TEST_LOG 2>&1 - - - - - + + + >> $TEST_LOG 2>&1 || true + + + diff --git a/common/libs/func_book_parser b/common/libs/func_book_parser index c5d8c02..229cee0 100644 --- a/common/libs/func_book_parser +++ b/common/libs/func_book_parser @@ -77,7 +77,6 @@ extract_commands() { # # Use the profiled book for generating the scriptlets xsltproc --nonet \ --stringparam testsuite "$TEST" \ - --stringparam bomb-testsuite "$BOMB_TEST" \ --stringparam ncurses5 "$NCURSES5" \ --stringparam strip "$STRIP" \ --stringparam del-la-files "$DEL_LA_FILES" \