[gforth] / gforth / testall  

gforth: gforth/testall

File: [gforth] / gforth / testall (download)
Revision: 1.3, Fri Jun 18 15:19:13 1999 UTC (13 years, 11 months ago) by anton
Branch: MAIN
Changes since 1.2: +1 -1 lines
bug fixes

#! /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="pcs d0 mips calis a5 w4.infosys.tuwien.ac.at hpws03.infosys.tuwien.ac.at aertl@fpr.zserv.tuwien.ac.at samhain.unix.cslab.tuwien.ac.at"
for i in $MACHINES
do
	( ssh $i "test -d xxxgforthtest||mkdir xxxgforthtest; cd xxxgforthtest; test -d $i||mkdir $i; rm -rf $i/*"; \
	 scp -pq $1 testdist $i:xxxgforthtest/$i; \
	 ssh $i "cd xxxgforthtest/$i; ./testdist `basename $1`" >$i 2>&1; \
	 echo "$i done" ) &
done
wait
echo all done

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help