summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-09-21 13:41:56 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-09-21 13:41:56 +0000
commitd8dd5230097dfd31a05fb835179f70246545aac8 (patch)
tree61ae219d3936b8e566a20e501ad606d19afc2a8e
parent7157d0db7a5ba63d180e830c4273ca81c7a18643 (diff)
downloadATCD-d8dd5230097dfd31a05fb835179f70246545aac8.tar.gz
Wed Sep 21 13:40:30 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/MT_Client/run_test.pl: Removed conf files that are not in the repo at all
-rw-r--r--TAO/ChangeLog5
-rwxr-xr-xTAO/tests/MT_Client/run_test.pl6
2 files changed, 7 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index bc485848d57..0a5f8cb9d0c 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Wed Sep 21 13:40:30 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tests/MT_Client/run_test.pl:
+ Removed conf files that are not in the repo at all
+
Tue Sep 20 06:43:33 UTC 2011 Marcel Smit <msmit@remedy.nl>
* tests/AMI/run_mt_noupcall.pl:
diff --git a/TAO/tests/MT_Client/run_test.pl b/TAO/tests/MT_Client/run_test.pl
index e425d5c143a..2d6638925cb 100755
--- a/TAO/tests/MT_Client/run_test.pl
+++ b/TAO/tests/MT_Client/run_test.pl
@@ -15,16 +15,14 @@ $conf = $PerlACE::svcconf_ext;
$client_process = "client";
-$client_conf = "client.global" . $conf;
+$client_conf = "client" . $conf;
$server_conf = "server" . $conf;
$threads = '4';
$iterations = '1000';
foreach $i (@ARGV) {
- if ($i eq '-tss') {
- $client_conf = "client.tss" . $PerlACE::svcconf_ext;
- } elsif ($i eq '-debug') {
+ if ($i eq '-debug') {
$debug_level = '10';
} elsif ($i eq '-creation') {
$client_process = 'orb_creation';