doing a final make cleaner after the build tests (that always trips me up)

This commit is contained in:
Alex Shinn 2011-11-08 22:59:20 +09:00
parent 865fdbc676
commit cafcad3ca4

View file

@ -30,6 +30,7 @@ for opts in $(cat ${BUILDDIR}/build-opts.txt); do
fi
i=$((i+1))
done
$MAKE cleaner 2>&1 >/dev/null
if [ $FAILURES = 0 ]; then
echo "build-tests: all tests passed"