forgiving; added Makefile.tests to list of files to exclude from
packaging.
Makefile$$ \
Makefile.common \
Makefile.incl \
+ Makefile.tests \
Makefile.param \
ChangeLog\.xml \
README\.SVN \
LOGFILENAME=$1
# FIXME: This regexp may not catch all error messages emitted;
# probably should be refined with a more complete regexp.
-errorRegexp="error|fail|\*[^.]"
+errorRegexp="error|fail|\*\*[^.]"
if [ -f $LOGFILENAME ]
then
errors=$($grep -i $errorRegexp $LOGFILENAME)
echo
echo "Possible build errors found:"
echo
- $grep -i "error|fail|\*[^.]" $LOGFILENAME
+ $grep -i "$errorRegexp" $LOGFILENAME
echo
echo "Stopping."
echo