diff options
author | sma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2013-05-20 13:53:22 +0000 |
---|---|---|
committer | sma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2013-05-20 13:53:22 +0000 |
commit | 16fb18bf9582fda2b9fd4d9fba934f3a5e8e49ef (patch) | |
tree | e223fa07222237d3bc13bb3caf9c4850fa2b43bc /TAO/orbsvcs | |
parent | 8b20120446d4dda298f9d70950ee141d9b8b846a (diff) | |
download | ATCD-16fb18bf9582fda2b9fd4d9fba934f3a5e8e49ef.tar.gz |
Mon May 20 13:52:00 UTC 2013 Simon Massey <simon dot massey at prismtech dot com>
Add debug switch to client as well.
Diffstat (limited to 'TAO/orbsvcs')
-rwxr-xr-x | TAO/orbsvcs/tests/Miop/McastLocal/run_test.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Miop/McastLocal/run_test.pl b/TAO/orbsvcs/tests/Miop/McastLocal/run_test.pl index 0f377557daa..3ebd57a4b95 100755 --- a/TAO/orbsvcs/tests/Miop/McastLocal/run_test.pl +++ b/TAO/orbsvcs/tests/Miop/McastLocal/run_test.pl @@ -48,6 +48,7 @@ $SV2 = $server2->CreateProcess ("server", "-o $server2_ior2file"); $CL = $client->CreateProcess ("client", + "-ORBdebuglevel $debug_level " . "-ORBSvcconf svc_client.conf " . "-ORBPreferredInterfaces *=127.0.0.1 " . "-k file://$ior1file"); |