[gforth] / gforth / testall  

gforth: gforth/testall

Diff for /gforth/testall between version 1.1 and 1.8

version 1.1, Mon Dec 21 22:52:30 1998 UTC version 1.8, Fri Sep 15 21:32:06 2000 UTC
Line 1 
Line 1 
 #! /usr/local/bin/bash  #! /usr/local/bin/bash
 #test dist on all MACHINES given in MACHINES  #test dist on all MACHINES given in MACHINES
 #usage: MACHINES="..." testall dirs/gforth-version.tar.gz  #usage: MACHINES="..." testall dirs/gforth-version.tar.gz
 test "x$MACHINES" != x || MACHINES="jupiter pcs d0 mips calis a5 w3.infosys.tuwien.ac.at hpws01.infosys.tuwien.ac.at aertl@fpr.zserv.tuwien.ac.at samhain.unix.cslab.tuwien.ac.at"  test "x$MACHINES" != x || MACHINES="jupiter pcs d0 mips aertl@fpr.zserv.tuwien.ac.at aertl@fbma.tuwien.ac.at aertl@stat.zserv.tuwien.ac.at a5 w4.infosys.tuwien.ac.at samhain.ifs.tuwien.ac.at a9"
   #taken out: hpws03.infosys.tuwien.ac.at calis
 for i in $MACHINES  for i in $MACHINES
 do  do
         ( ssh $i "test -d xxxgforthtest||mkdir xxxgforthtest; cd xxxgforthtest; test -d $i||mkdir $i; rm -rf $i/*"; \          ( ssh $i "test -d xxxgforthtest||mkdir xxxgforthtest; cd xxxgforthtest; test -d $i||mkdir $i; rm -rf $i/*"; \
          scp -pq $1 testdist $i:xxxgforthtest/$i; \           scp -pq $1 testdist $i:xxxgforthtest/$i; \
          ssh $i "cd xxxgforthtest/$i; ./testdist `basename $1`" >$i 2>&1; \           ssh $i "cd xxxgforthtest/$i; ./testdist `basename $1`" >$i 2>&1; \
          echo "$i done" ) &           echo "$i done" `tail -1 $i`) &
 done  done
 wait  wait
 echo all done  echo all done


Generate output suitable for use with a patch program
Legend:
Removed from v.1.1  
changed lines
  Added in v.1.8

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help