Commit 65c48bfb authored by John Meneghini's avatar John Meneghini Committed by Jim Harris
Browse files

test: fix annoying error from hash pdflatex



Change-Id: I28a6882e9806f3d967308bc0370aa3e099fbdcaf
Signed-off-by: default avatarEd Rodriguez <ed.rodriguez@netapp.com>
Signed-off-by: default avatarJohn Meneghini <johnm@netapp.com>
Reviewed-on: https://review.gerrithub.io/416051


Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent b55efd2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ if [ $SPDK_BUILD_DOC -eq 1 ] && hash doxygen; then
		echo "Doxygen errors found!"
		exit 1
	fi
	if hash pdflatex; then
	if hash pdflatex 2>/dev/null; then
		$MAKE -C "$rootdir"/doc/output/latex --no-print-directory $MAKEFLAGS &>> "$out"/doxygen.log
	fi
	mkdir -p "$out"/doc