diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2011-06-21 14:39:35 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2011-06-21 14:39:35 +0000 |
commit | d0301acb799b1d5696713ab42034305f45c4e93e (patch) | |
tree | 0b8f08656d6028906c0e09a18adefbaf4165625e /orbsvcs/examples/Log/Basic/run_test.pl | |
parent | 69f9bf8d9b860780108161e5209a5d9b1ad3d321 (diff) | |
download | ATCD-d0301acb799b1d5696713ab42034305f45c4e93e.tar.gz |
ChangeLogTag: Mon Jun 13 18:00:05 UTC 2011 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'orbsvcs/examples/Log/Basic/run_test.pl')
-rwxr-xr-x | orbsvcs/examples/Log/Basic/run_test.pl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/orbsvcs/examples/Log/Basic/run_test.pl b/orbsvcs/examples/Log/Basic/run_test.pl index 7b49ee1b3d6..5378a79e349 100755 --- a/orbsvcs/examples/Log/Basic/run_test.pl +++ b/orbsvcs/examples/Log/Basic/run_test.pl @@ -1,7 +1,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' & eval 'exec perl -S $0 $argv:q' - if 0; - + if 0; + # $Id$ # -*- perl -*- @@ -31,11 +31,11 @@ $ls->DeleteFile ($nsiorfile); $cli->DeleteFile ($nsiorfile); -$NS = $ns->CreateProcess ("$ENV{TAO_ROOT}/orbsvcs/Naming_Service/Naming_Service", +$NS = $ns->CreateProcess ("$ENV{TAO_ROOT}/orbsvcs/Naming_Service/tao_cosnaming", " -o $ns_nsiorfile"); -$LS = $ls->CreateProcess ("$ENV{TAO_ROOT}/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service", +$LS = $ls->CreateProcess ("$ENV{TAO_ROOT}/orbsvcs/Logging_Service/Basic_Logging_Service/tao_tls_basic", " -ORBInitRef NameService=file://$ls_nsiorfile"); -$CLI = $cli->CreateProcess ("client", +$CLI = $cli->CreateProcess ("client", "-ORBInitRef NameService=file://$cli_nsiorfile"); print STDERR "Starting Naming Service\n"; @@ -80,7 +80,7 @@ if ($LS_status != 0) { exit 1; } -# Give time for logging service to initialize and install its object +# Give time for logging service to initialize and install its object # reference in the nameing service. sleep (5); |