Diff for /gforth/testall between versions 1.16 and 1.17

version 1.16, 2003/08/27 12:13:49 version 1.17, 2008/10/25 17:18:42
Line 1 Line 1
 #! /usr/local/bin/bash  #! /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
 if test $# = 0; then  if test $# = 0; then
Line 6  if test $# = 0; then Line 6  if test $# = 0; then
   exit 1    exit 1
 fi  fi
 test "x$MACHINES" != x ||   test "x$MACHINES" != x || 
 MACHINES="mips aertl@fpr.zserv.tuwien.ac.at \  MACHINES="mips a5 a7 b2 b3 c1 c4 c6 c7 c8 t1000 iyonix ppc64"
 b1 b2 b3 b4 c2 \  
 samhain.ifs.tuwien.ac.at calis aertl@mail.zserv.tuwien.ac.at \  
 aertl@stat.zserv.tuwien.ac.at \  
 rlwinm.ifs.tuwien.ac.at fmadd.ifs.tuwien.ac.at lfsux.ifs.tuwien.ac.at \  
 s4addq.ifs.tuwien.ac.at \  
 128.130.204.24 128.130.204.25 128.130.204.26 \  
 cdbook jupiter \  
 complang@red.a-business.co.at"  
 #taken out: hpws03.infosys.tuwien.ac.at aertl@fbma.tuwien.ac.at w4.infosys.tuwien.ac.at d0 struppi pcs  
 SSH_PROTOCOL=-oProtocol=1,2  SSH_PROTOCOL=-oProtocol=1,2
 for i in $MACHINES  for i in $MACHINES
 do  do
   if false; then    if true; then
     echo; echo $i      echo; echo $i
     /usr/bin/ssh $SSH_PROTOCOL -x $i echo ok      /usr/bin/ssh $SSH_PROTOCOL -x $i echo ok
   else    else

Removed from v.1.16  
changed lines
  Added in v.1.17


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>