From: Eric C. N. <eri...@us...> - 2002-05-09 14:16:22
|
Update of /cvsroot/recall/corba/src/Av In directory usw-pr-cvs1:/tmp/cvs-serv29776/Av Modified Files: simple_test.sh Log Message: more fixups for publishing IOR on a socket Index: simple_test.sh =================================================================== RCS file: /cvsroot/recall/corba/src/Av/simple_test.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** simple_test.sh 1 May 2002 23:09:01 -0000 1.3 --- simple_test.sh 9 May 2002 14:16:19 -0000 1.4 *************** *** 1,5 **** #! /bin/sh ! BASE=corbaloc::localhost:200 cd .. python server.py Av.Storage ${BASE}1 ${BASE}2 ${BASE}3 & --- 1,5 ---- #! /bin/sh ! BASE=localhost:200 cd .. python server.py Av.Storage ${BASE}1 ${BASE}2 ${BASE}3 & |