mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 21:21:28 +00:00
Check for sparse before starting the regression tests.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@749 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user