mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-15 11:21:19 -07:00
Report the variety on failure, report build failure
Copied from Perforce Change: 18756 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
a7a8b0ab5d
commit
19fa367cf1
1 changed files with 5 additions and 6 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Build and test MM at tip of main trunk (the MM_src compound)
|
||||
#
|
||||
# $HopeName: HOMEmm!bin:build:MM_src_trunk(trunk.11) $
|
||||
# $HopeName: HOMEmm!bin:build:MM_src_trunk(trunk.12) $
|
||||
#
|
||||
|
||||
script="`basename $0`"
|
||||
|
|
@ -31,21 +31,20 @@ hope co -compound MM -branch . -recursive \
|
|||
|
||||
cd mm/src &&
|
||||
|
||||
# # commented out but not deleted for pedagogical reasons
|
||||
# # (you might one day want to build a library)
|
||||
for lib in mps.a
|
||||
do
|
||||
gnumake -r -f sus8gc.gmk $lib ||
|
||||
die "Unable to build library $lib of trunk"
|
||||
done
|
||||
done &&
|
||||
|
||||
for test in amcss dwstress lockcov locv mpmss mpsicv poolncv \
|
||||
qs mpmconft finalcv
|
||||
do
|
||||
gnumake -r -f sus8gc.gmk $test &&
|
||||
gnumake -r -f sus8gc.gmk $test ||
|
||||
die "Unable to build test $test of trunk"
|
||||
for variety in hi ci ti
|
||||
do
|
||||
./sus8gc/$variety/$test ||
|
||||
die "Unable to build and run test $test of trunk"
|
||||
die "Failed test $variety/$test of trunk"
|
||||
done
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue