Loading autobuild.sh +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ fi timing_enter doxygen if hash doxygen; then if [ $SPDK_BUILD_DOC -eq 1 ] && hash doxygen; then (cd "$rootdir"/doc; $MAKE $MAKEFLAGS) &> "$out"/doxygen.log if hash pdflatex; then (cd "$rootdir"/doc/output/latex && $MAKE $MAKEFLAGS) &>> "$out"/doxygen.log Loading scripts/autotest_common.sh +1 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ if [[ ! -z $1 ]]; then fi # Set defaults for missing test config options : ${SPDK_BUILD_DOC=1}; export SPDK_BUILD_DOC : ${SPDK_TEST_ISCSI=1}; export SPDK_TEST_ISCSI : ${SPDK_TEST_NVME=1}; export SPDK_TEST_NVME : ${SPDK_TEST_NVMF=1}; export SPDK_TEST_NVMF Loading Loading
autobuild.sh +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ fi timing_enter doxygen if hash doxygen; then if [ $SPDK_BUILD_DOC -eq 1 ] && hash doxygen; then (cd "$rootdir"/doc; $MAKE $MAKEFLAGS) &> "$out"/doxygen.log if hash pdflatex; then (cd "$rootdir"/doc/output/latex && $MAKE $MAKEFLAGS) &>> "$out"/doxygen.log Loading
scripts/autotest_common.sh +1 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ if [[ ! -z $1 ]]; then fi # Set defaults for missing test config options : ${SPDK_BUILD_DOC=1}; export SPDK_BUILD_DOC : ${SPDK_TEST_ISCSI=1}; export SPDK_TEST_ISCSI : ${SPDK_TEST_NVME=1}; export SPDK_TEST_NVME : ${SPDK_TEST_NVMF=1}; export SPDK_TEST_NVMF Loading