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" \