summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Throughput
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-10-27 17:01:53 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-10-27 17:01:53 +0000
commit915dc6d3f098a7a400c897c0c063e09f6a349178 (patch)
tree32a85f37e753807054daaeb5a0f60d494286d927 /TAO/orbsvcs/tests/EC_Throughput
parenta4030aac17b65930e7eecec88736ae4624a89e22 (diff)
downloadATCD-915dc6d3f098a7a400c897c0c063e09f6a349178.tar.gz
ChangeLogTag: Wed Oct 27 11:59:43 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Throughput')
-rwxr-xr-xTAO/orbsvcs/tests/EC_Throughput/run_test.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/EC_Throughput/run_test.pl b/TAO/orbsvcs/tests/EC_Throughput/run_test.pl
index baa3836d4e4..15960e52f28 100755
--- a/TAO/orbsvcs/tests/EC_Throughput/run_test.pl
+++ b/TAO/orbsvcs/tests/EC_Throughput/run_test.pl
@@ -30,7 +30,7 @@ if ($test != 0) {
print STDERR "================ Collocated tests, multi threaded\n";
$T = new PerlACE::Process ("ECT_Throughput",
- "-ORBSvcConf $ec_mt_conf"
+ "-ORBSvcConf $ec_mt_conf"
. " -m new -u 10000 -n 1 -t 0 -c 4");
$test = $T->SpawnWaitKill (120);
@@ -48,12 +48,12 @@ unlink $ns_ior;
$NS = new PerlACE::Process ("../../Naming_Service/Naming_Service",
"-o $ns_ior");
-
+
$ES = new PerlACE::Process ("../../Event_Service/Event_Service",
"-ORBInitRef NameService=file://$ns_ior "
. " -ORBSvcConf $ec_conf "
. " -t NEW -s local");
-
+
$C = new PerlACE::Process ("ECT_Consumer",
"-ORBInitRef NameService=file://$ns_ior "
. " -c 4 -s 1");
@@ -66,7 +66,7 @@ $NS->Spawn ();
if (PerlACE::waitforfile_timed ($ns_ior, 10) == -1) {
print STDERR "ERROR: cannot find file <$ns_ior>\n";
- $NS->Kill ();
+ $NS->Kill ();
exit 1;
}