diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-09-21 13:41:56 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-09-21 13:41:56 +0000 |
commit | 911ebc831e23b51439d0fd15a2f6e60325a34af1 (patch) | |
tree | 61ae219d3936b8e566a20e501ad606d19afc2a8e /TAO/tests | |
parent | 68185832a6ac9dd406b001f7bfef96b597e52853 (diff) | |
download | ATCD-911ebc831e23b51439d0fd15a2f6e60325a34af1.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
Diffstat (limited to 'TAO/tests')
-rwxr-xr-x | TAO/tests/MT_Client/run_test.pl | 6 |
1 files changed, 2 insertions, 4 deletions
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'; |