Stop saying (out of 20 contribs)

Some are disabled or not applicable to the platform, confusing the
users.
This commit is contained in:
Stas Boukarev 2025-04-02 04:50:12 +03:00
parent 5b1d6e6b32
commit 1d103b04ae

View file

@ -136,10 +136,9 @@ src/runtime/sbcl --core output/sbcl.core --lose-on-corruption --noinform \
# contrib/Makefile shouldn't be counted in NCONTRIBS nor should asdf and uiop. # contrib/Makefile shouldn't be counted in NCONTRIBS nor should asdf and uiop.
# The asdf directory produces 2 fasls, so is unlike all our other contribs # The asdf directory produces 2 fasls, so is unlike all our other contribs
# and would therefore mess up the accounting here if included. # and would therefore mess up the accounting here if included.
NCONTRIBS=`ls -1 contrib/sb-*/Makefile | wc -l`
NPASSED=`ls obj/sbcl-home/contrib/sb-*.fasl | wc -l` NPASSED=`ls obj/sbcl-home/contrib/sb-*.fasl | wc -l`
echo echo
echo "The build seems to have finished successfully, including $NPASSED (out of $NCONTRIBS)" echo "The build seems to have finished successfully, including $NPASSED"
echo "contributed modules. If you would like to run more extensive tests on" echo "contributed modules. If you would like to run more extensive tests on"
echo "the new SBCL, you can try:" echo "the new SBCL, you can try:"
echo echo