diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-11 20:24:43 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-11 20:24:43 +0000 |
commit | d706145ecb9da21897df13f8e01fd76db417d5f4 (patch) | |
tree | dac391cb14867111923c6e58133c11cd66c6b725 /TAO/tests/NestedUpcall | |
parent | 72ec4e6a168518c7da443702293a1ae3e5e75f62 (diff) | |
download | ATCD-d706145ecb9da21897df13f8e01fd76db417d5f4.tar.gz |
Forgot to totally get rid of the ORB port stuff.
Diffstat (limited to 'TAO/tests/NestedUpcall')
-rwxr-xr-x | TAO/tests/NestedUpcall/Triangle_Test/run_test.pl | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/tests/NestedUpcall/Triangle_Test/run_test.pl b/TAO/tests/NestedUpcall/Triangle_Test/run_test.pl index f3846874ffc..c0dcaba5cbf 100755 --- a/TAO/tests/NestedUpcall/Triangle_Test/run_test.pl +++ b/TAO/tests/NestedUpcall/Triangle_Test/run_test.pl @@ -16,18 +16,15 @@ unlink $ior1file; unlink $ior2file; $SV1 = Process::Create ($EXEPREFIX."server_A".$Process::EXE_EXT, - " -ORBport $server1_port -o $ior1file ". - " -ORBobjrefstyle url"); + "-o $ior1file -ORBobjrefstyle url"); $SV2 = Process::Create ($EXEPREFIX."server_B".$Process::EXE_EXT, - " -ORBport $server2_port -o $ior2file ". - " -ORBobjrefstyle url"); + "-o $ior2file -ORBobjrefstyle url"); ACE::waitforfile ($ior1file); ACE::waitforfile ($ior2file); $status = system ($EXEPREFIX."initiator".$Process::EXE_EXT. - " -ORBport $client_port ". " -f $ior1file -g $ior2file"); $SV1->Kill (); $SV1->Wait (); |