summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/run_sub2.pl
diff options
context:
space:
mode:
authormitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-06-08 22:06:56 +0000
committermitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-06-08 22:06:56 +0000
commite9113e58b7cf846ebc0b122fb071e33aa93437e1 (patch)
tree03feda6176ebe7578e9c986fe805d585b1e694ad /CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/run_sub2.pl
parent6cc486d96846c9b007db694d0f2808fc983bdc85 (diff)
downloadATCD-e9113e58b7cf846ebc0b122fb071e33aa93437e1.tar.gz
ChangeLogTag: Tue Jun 8 22:03:27 UTC 2010 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/run_sub2.pl')
-rwxr-xr-xCIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/run_sub2.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/run_sub2.pl b/CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/run_sub2.pl
index f3343ed5627..83fdcdb6217 100755
--- a/CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/run_sub2.pl
+++ b/CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/run_sub2.pl
@@ -109,7 +109,7 @@ sub run_node_daemons {
$port = $ports[$i];
$nodename = $nodenames[$i];
$iiop = "iiop://localhost:$port";
- $node_app = PerlACE::GetArchDir("$DANCE_ROOT/bin/") . "dance_locality_manager";
+ $node_app = $tg_daemons[$i]->GetArchDir("$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 --domain-nc corbaloc:rir:/NameService";