Diff for /gforth/testall between versions 1.5 and 1.7

version 1.5, 2000/07/20 14:00:00 version 1.7, 2000/07/26 15:29:54
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 aertl@fpr.zserv.tuwien.ac.at calis a5 a8 w4.infosys.tuwien.ac.at samhain.ifs.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"
 #taken out: hpws03.infosys.tuwien.ac.at   #taken out: hpws03.infosys.tuwien.ac.at a8  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/*"; \

Removed from v.1.5  
changed lines
  Added in v.1.7


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