From 911ebc831e23b51439d0fd15a2f6e60325a34af1 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 21 Sep 2011 13:41:56 +0000 Subject: Wed Sep 21 13:40:30 UTC 2011 Johnny Willemsen * tests/MT_Client/run_test.pl: Removed conf files that are not in the repo at all --- TAO/tests/MT_Client/run_test.pl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'TAO/tests') 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'; -- cgit v1.2.1