fedora-test.sh / fedora-test-github.sh: don't build the documentation

don't build the documentation, if running a test
master
Harald Hoyer 2020-02-28 12:52:03 +01:00
parent 3703ec8672
commit 55a974bae6
2 changed files with 4 additions and 2 deletions

View File

@ -14,11 +14,12 @@ NCPU=$(getconf _NPROCESSORS_ONLN)
if ! [[ $TESTS ]]; then if ! [[ $TESTS ]]; then
make -j$NCPU all syncheck rpm logtee make -j$NCPU all syncheck rpm logtee
else else
make -j$NCPU all logtee make -j$NCPU enable_documentation=no all logtee


cd test cd test


time LOGTEE_TIMEOUT_MS=590000 make \ time LOGTEE_TIMEOUT_MS=590000 make \
enable_documentation=no \
KVERSION=$(rpm -qa kernel --qf '%{VERSION}-%{RELEASE}.%{ARCH}\n' | sort -rn | head -1) \ KVERSION=$(rpm -qa kernel --qf '%{VERSION}-%{RELEASE}.%{ARCH}\n' | sort -rn | head -1) \
DRACUT_NO_XATTR=1 \ DRACUT_NO_XATTR=1 \
TEST_RUN_ID=$RUN_ID \ TEST_RUN_ID=$RUN_ID \

View File

@ -14,11 +14,12 @@ NCPU=$(getconf _NPROCESSORS_ONLN)
if ! [[ $TESTS ]]; then if ! [[ $TESTS ]]; then
make -j$NCPU all syncheck rpm logtee make -j$NCPU all syncheck rpm logtee
else else
make -j$NCPU all logtee make -j$NCPU enable_documentation=no all logtee


cd test cd test


time sudo LOGTEE_TIMEOUT_MS=590000 make \ time sudo LOGTEE_TIMEOUT_MS=590000 make \
enable_documentation=no \
KVERSION=$(rpm -qa kernel --qf '%{VERSION}-%{RELEASE}.%{ARCH}\n' | sort -rn | head -1) \ KVERSION=$(rpm -qa kernel --qf '%{VERSION}-%{RELEASE}.%{ARCH}\n' | sort -rn | head -1) \
DRACUT_NO_XATTR=1 \ DRACUT_NO_XATTR=1 \
TEST_RUN_ID=$RUN_ID \ TEST_RUN_ID=$RUN_ID \