summaryrefslogtreecommitdiff
path: root/modules/CIAO/examples/Null_Component/descriptors/run_test_without_ns.pl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/examples/Null_Component/descriptors/run_test_without_ns.pl')
-rwxr-xr-xmodules/CIAO/examples/Null_Component/descriptors/run_test_without_ns.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/CIAO/examples/Null_Component/descriptors/run_test_without_ns.pl b/modules/CIAO/examples/Null_Component/descriptors/run_test_without_ns.pl
index f56f270b47d..384f3893135 100755
--- a/modules/CIAO/examples/Null_Component/descriptors/run_test_without_ns.pl
+++ b/modules/CIAO/examples/Null_Component/descriptors/run_test_without_ns.pl
@@ -90,7 +90,7 @@ sub kill_open_processes {
}
# in case shutdown did not perform as expected
- $tg_executor->KillAll ('ciao_componentserver');
+ $tg_executor->KillAll ('dance_locality_manager');
}
@@ -101,7 +101,7 @@ sub run_node_daemons {
$port = $ports[$i];
$nodename = $nodenames[$i];
$iiop = "iiop://localhost:$port";
- $node_app = "$CIAO_ROOT/bin/ciao_componentserver";
+ $node_app = "$DANCE_ROOT/bin/dance_locality_manager";
$d_cmd = "$DANCE_ROOT/bin/dance_node_manager";
$d_param = "-ORBEndpoint $iiop -s $node_app -n $nodename=$iorfile -t 30";