fedora-test.sh / fedora-test-github.sh: don't build the documentation
don't build the documentation, if running a testmaster
parent
3703ec8672
commit
55a974bae6
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue