--- gforth/testall 2000/07/15 19:58:47 1.4 +++ gforth/testall 2000/07/24 13:48:37 1.6 @@ -1,8 +1,8 @@ #! /usr/local/bin/bash #test dist on all MACHINES given in MACHINES #usage: MACHINES="..." testall dirs/gforth-version.tar.gz -test "x$MACHINES" != x || MACHINES="jupiter pcs d0 mips calis a5 w4.infosys.tuwien.ac.at samhain.ifs.tuwien.ac.at" -#taken out: hpws03.infosys.tuwien.ac.at aertl@fpr.zserv.tuwien.ac.at +test "x$MACHINES" != x || MACHINES="jupiter pcs d0 mips aertl@fpr.zserv.tuwien.ac.at calis a5 w4.infosys.tuwien.ac.at samhain.ifs.tuwien.ac.at" +#taken out: hpws03.infosys.tuwien.ac.at a8 for i in $MACHINES do ( ssh $i "test -d xxxgforthtest||mkdir xxxgforthtest; cd xxxgforthtest; test -d $i||mkdir $i; rm -rf $i/*"; \