]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
test: remove dead code regarding special handling of test 99
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Tue, 22 Nov 2022 20:07:38 +0000 (20:07 +0000)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Sat, 3 Dec 2022 14:46:30 +0000 (14:46 +0000)
tools/test-github.sh

index 1d61b8e367846997b7d4c2bd0384dafb1d35b163..4fed092a31a2c634806a29a88c775a8b8976d9ae 100755 (executable)
@@ -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