diff options
author | bala <balanatarajan@users.noreply.github.com> | 2004-01-14 22:12:26 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2004-01-14 22:12:26 +0000 |
commit | 93581e97b8cb697b9946f1c63833d99257b7948b (patch) | |
tree | 3d290f4562ff8f29d440257b4b911d72534c0723 | |
parent | d7c06720ddd33c35dd2119a3a4d9853a701554a3 (diff) | |
download | ATCD-93581e97b8cb697b9946f1c63833d99257b7948b.tar.gz |
cosmetic fix
-rwxr-xr-x | TAO/tests/MT_Client/run_test.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/MT_Client/run_test.pl b/TAO/tests/MT_Client/run_test.pl index de09aa9f7d8..dfd578f9d79 100755 --- a/TAO/tests/MT_Client/run_test.pl +++ b/TAO/tests/MT_Client/run_test.pl @@ -31,8 +31,7 @@ unlink $iorfile; $SV = new PerlACE::Process ("server", "-ORBsvcconf $server_conf -ORBdebuglevel $debug_level -o $iorfile"); $CL = new PerlACE::Process ($client_process, - "-ORBsvcconf $client_conf " - . "-ORBdebuglevel $debug_level " + "-ORBdebuglevel $debug_level " . "-k file://$iorfile " . "-n $threads -i 1000 -x"); |