summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-03-19 21:29:59 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-03-19 21:29:59 +0000
commit16d2cb433296b74eec58a929d65198dced5d1469 (patch)
treead4d5438b310b6859007c61946448363b27ca946
parent944bf492b6a90daeecaf8cf9fa7d188cdd5ed4b2 (diff)
downloadATCD-16d2cb433296b74eec58a929d65198dced5d1469.tar.gz
ChangeLogTag: Mon Mar 19 15:28:17 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a6
-rwxr-xr-xTAO/orbsvcs/tests/EC_Throughput/run_test.pl2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index d8127f79896..bd1f3ca6f51 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Mon Mar 19 15:28:17 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * orbsvcs/tests/EC_Throughput: Added a space between the svc conf
+ file and the option "-m". This could be the problem that has
+ been dodging the builds for quite sometime.
+
Mon Mar 19 11:37:43 2001 Irfan Pyarali <irfan@cs.wustl.edu>
* tests/POA/Single_Threaded_POA/Single_Threaded_POA.cpp (main):
diff --git a/TAO/orbsvcs/tests/EC_Throughput/run_test.pl b/TAO/orbsvcs/tests/EC_Throughput/run_test.pl
index 67a55e82d55..64a68ee20fc 100755
--- a/TAO/orbsvcs/tests/EC_Throughput/run_test.pl
+++ b/TAO/orbsvcs/tests/EC_Throughput/run_test.pl
@@ -31,7 +31,7 @@ print STDERR "================ Collocated tests, multi threaded\n";
$T = new PerlACE::Process ("ECT_Throughput",
"-ORBSvcConf $ec_mt_conf"
- . "-m new -u 10000 -n 1 -t 0 -c 4");
+ . " -m new -u 10000 -n 1 -t 0 -c 4");
$test = $T->SpawnWaitKill (60);