]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fedora-test.sh / fedora-test-github.sh: don't build the documentation
authorHarald Hoyer <harald@redhat.com>
Fri, 28 Feb 2020 11:52:03 +0000 (12:52 +0100)
committerHarald Hoyer <harald@redhat.com>
Fri, 28 Feb 2020 12:02:50 +0000 (13:02 +0100)
don't build the documentation, if running a test

fedora-test-github.sh
fedora-test.sh

index 01312e2cbbf94749e2e287342fec2197b01ad131..6d5e7e37b7462bbb190267ee10d006d899ab6e28 100755 (executable)
@@ -14,11 +14,12 @@ NCPU=$(getconf _NPROCESSORS_ONLN)
 if ! [[ $TESTS ]]; then
     make -j$NCPU all syncheck rpm logtee
 else
-    make -j$NCPU all logtee
+    make -j$NCPU enable_documentation=no all logtee
 
     cd test
 
     time LOGTEE_TIMEOUT_MS=590000 make \
+         enable_documentation=no \
          KVERSION=$(rpm -qa kernel --qf '%{VERSION}-%{RELEASE}.%{ARCH}\n' | sort -rn | head -1) \
          DRACUT_NO_XATTR=1 \
          TEST_RUN_ID=$RUN_ID \
index 096ed6c4b49da850601bb5bb88441191d9cedbba..ea3d6770d732e64f7f111648891d4cd77c9ee21c 100755 (executable)
@@ -14,11 +14,12 @@ NCPU=$(getconf _NPROCESSORS_ONLN)
 if ! [[ $TESTS ]]; then
     make -j$NCPU all syncheck rpm logtee
 else
-    make -j$NCPU all logtee
+    make -j$NCPU enable_documentation=no all logtee
 
     cd test
 
     time sudo LOGTEE_TIMEOUT_MS=590000 make \
+         enable_documentation=no \
          KVERSION=$(rpm -qa kernel --qf '%{VERSION}-%{RELEASE}.%{ARCH}\n' | sort -rn | head -1) \
          DRACUT_NO_XATTR=1 \
          TEST_RUN_ID=$RUN_ID \