summaryrefslogtreecommitdiff
path: root/TAO/tests/MT_Client
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-21 19:54:39 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-21 19:54:39 +0000
commita8ffc62c2c8231d2d3b7ed2f2187e2be3bc41e15 (patch)
treeaf0a96ab6782d9a79a11081629928dea0550212e /TAO/tests/MT_Client
parent92d3afd616e005a76f20f1bb72650fa55bd16f56 (diff)
downloadATCD-a8ffc62c2c8231d2d3b7ed2f2187e2be3bc41e15.tar.gz
ChangeLogTag:Mon Oct 21 14:29:54 2002 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/MT_Client')
-rwxr-xr-xTAO/tests/MT_Client/run_test.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/MT_Client/run_test.pl b/TAO/tests/MT_Client/run_test.pl
index 1d1121543fc..de09aa9f7d8 100755
--- a/TAO/tests/MT_Client/run_test.pl
+++ b/TAO/tests/MT_Client/run_test.pl
@@ -8,8 +8,8 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
use lib '../../../bin';
use PerlACE::Run_Test;
-$client_conf = PerlACE::LocalFile ("client.global.conf");
-$server_conf = PerlACE::LocalFile ("server.conf");
+$client_conf = PerlACE::LocalFile ("client.global$PerlACE::svcconf_ext");
+$server_conf = PerlACE::LocalFile ("server$PerlACE::svcconf_ext");
$client_process = "client";
$debug_level = '0';
$threads = '4';
@@ -17,7 +17,7 @@ $status = 0;
foreach $i (@ARGV) {
if ($i eq '-tss') {
- $client_conf = PerlACE::LocalFile ("client.tss.conf");
+ $client_conf = PerlACE::LocalFile ("client.tss$PerlACE::svcconf_ext");
} elsif ($i eq '-debug') {
$debug_level = '1';
} elsif ($i eq '-creation') {