X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make.sh;h=a82b3c257811555cfda412b4d1abc422353349fc;hb=HEAD;hp=f10db34dbb4c79edbb508471ac0e0cc62ed5dc4f;hpb=9f53ac7b6e54d0dfeb558ae8e90bf56f3784aecb;p=sbcl.git diff --git a/make.sh b/make.sh index f10db34..a82b3c2 100755 --- a/make.sh +++ b/make.sh @@ -71,7 +71,7 @@ time sh make-target-2.sh time sh make-target-contrib.sh NCONTRIBS=`find contrib -name Makefile -print | wc -l` -NPASSED=`find contrib -name test-passed -print | wc -l` +NPASSED=`find obj/asdf-cache -name test-passed.test-report -print | wc -l` echo echo "The build seems to have finished successfully, including $NPASSED (out of $NCONTRIBS)" echo "contributed modules. If you would like to run more extensive tests on"