diff options
author | harris_s <harris_s@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-01-22 16:23:27 +0000 |
---|---|---|
committer | harris_s <harris_s@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-01-22 16:23:27 +0000 |
commit | 74c079d1622ae00f5ac765fc5bbea6386557bc3d (patch) | |
tree | 6174f9010a23a5c70864c99c730c161b51f75307 /TAO/orbsvcs/tests/InterfaceRepo/Latency_Test | |
parent | d3b6dd8ddafe8f4699651a57cfd8dc94b7ed5a95 (diff) | |
download | ATCD-74c079d1622ae00f5ac765fc5bbea6386557bc3d.tar.gz |
Wed Jan 22 9:35:47 2004 Scott Harris <harris_s@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/tests/InterfaceRepo/Latency_Test')
-rwxr-xr-x | TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/run_test.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/run_test.pl b/TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/run_test.pl index 261b8ef4500..6a3b2359b5f 100755 --- a/TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/run_test.pl +++ b/TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/run_test.pl @@ -37,7 +37,7 @@ for ($i = 0; $i <= $#ARGV; $i++) { unlink $iorfile; $SV = new PerlACE::Process ("../../../IFR_Service/IFR_Service", " $nice" . " -o $iorfile"); -$CL = new PerlACE::Process ("client", +$CL = new PerlACE::Process ("client", "-ORBInitRef InterfaceRepository=file://$iorfile" . " $debug $history $iterations"); @@ -45,7 +45,7 @@ $SV->Spawn (); if (PerlACE::waitforfile_timed ($iorfile, 15) == -1) { print STDERR "ERROR: cannot find file <$iorfile>\n"; - $SV->Kill (); + $SV->Kill (); exit 1; } |