From 5bf646abe4edbe38e90cba262ca6563ed2b24359 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 8 Apr 2009 16:33:55 +0000 Subject: [PATCH] URL of sparse homepage is now printed in case sparse was not found. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@761 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/run-regression-tests | 1 + 1 file changed, 1 insertion(+) 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