diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-24 01:49:38 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-24 01:49:38 +0000 |
commit | 9de9b2eca8ccf01bf22ee0cffded55d69fedee54 (patch) | |
tree | 636ffd483fda196035cdf0c9bfd237a442a248d1 /TAO/orbsvcs/tests/Event_Latency/run_test.pl | |
parent | 61e798f91b29b3fed910453e0132c7794075bd7c (diff) | |
download | ATCD-9de9b2eca8ccf01bf22ee0cffded55d69fedee54.tar.gz |
ChangeLogTag:Wed Jun 23 20:40:46 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/Event_Latency/run_test.pl')
-rwxr-xr-x | TAO/orbsvcs/tests/Event_Latency/run_test.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Event_Latency/run_test.pl b/TAO/orbsvcs/tests/Event_Latency/run_test.pl index 7276069ad2b..0c2eade7460 100755 --- a/TAO/orbsvcs/tests/Event_Latency/run_test.pl +++ b/TAO/orbsvcs/tests/Event_Latency/run_test.pl @@ -29,11 +29,11 @@ $ES = Process::Create ("..".$DIR_SEPARATOR ."..".$DIR_SEPARATOR ."Event_Service".$DIR_SEPARATOR ."Event_Service".$EXE_EXT, - "-ORBNameServiceIOR file://$NS_ior"); + "-ORBNameServiceIOR file://$NS_ior -t new"); sleep $sleeptime; -$TEST = Process::Create ($EXEPREFIX."Event_Latency".$EXE_EXT, +$TEST = Process::Create (".".$DIR_SEPARATOR."Event_Latency".$EXE_EXT, "-ORBNameServiceIOR file://$NS_ior" ." -j -m 100"); |