diff --git a/scripts/run-regression-tests b/scripts/run-regression-tests index 855a0b43f..b2665fa4f 100755 --- a/scripts/run-regression-tests +++ b/scripts/run-regression-tests @@ -480,6 +480,10 @@ fi # Regression tests # #################### +if [ "$(type -p sparse)" = "" ]; then + echo "Error: sparse has not yet been installed." +fi + if ! mkdir -p "${outputdir}"; then if [ -e "${outputdir}" ]; then echo "Error: directory ${outputdir} already exists."