From: Laszlo Gombos Date: Tue, 22 Nov 2022 20:07:38 +0000 (+0000) Subject: test: remove dead code regarding special handling of test 99 X-Git-Tag: 058~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57ace7c75c32b4b983eead9225b62a3c978478d8;p=thirdparty%2Fdracut.git test: remove dead code regarding special handling of test 99 --- diff --git a/tools/test-github.sh b/tools/test-github.sh index 1d61b8e36..4fed092a3 100755 --- a/tools/test-github.sh +++ b/tools/test-github.sh @@ -23,20 +23,13 @@ if ! [[ $TESTS ]]; then [[ -d .git ]] && git fetch --tags && git describe --tags make -j "$NCPU" all syncheck rpm logtee else - if [[ $TESTS == "99" ]]; then - [[ -d .git ]] && git fetch --tags && git describe --tags - make_docs=yes - else - make_docs=no - fi - - make -j "$NCPU" enable_documentation=$make_docs all logtee + make -j "$NCPU" enable_documentation=no all logtee cd test # shellcheck disable=SC2012 time LOGTEE_TIMEOUT_MS=590000 make \ - enable_documentation=$make_docs \ + enable_documentation=no \ KVERSION="$( cd /lib/modules ls -1 | tail -1