diff --git a/scripts/run-regression-tests b/scripts/run-regression-tests index 3535cb09b..b0d57c24c 100755 --- a/scripts/run-regression-tests +++ b/scripts/run-regression-tests @@ -509,6 +509,7 @@ fi if [ "$(type -p sparse)" = "" ]; then echo "Error: sparse has not yet been installed." + echo "See also http://www.kernel.org/pub/software/devel/sparse/." fi if ! mkdir -p "${outputdir}"; then