summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/CoherentUpdater
diff options
context:
space:
mode:
authormitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-06-07 22:39:41 +0000
committermitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-06-07 22:39:41 +0000
commit63d9287c62d605fd68b46b32de6b3928fc57f6a2 (patch)
tree3afe08b97e915fa972f9fc49be58a442f30df53c /CIAO/connectors/dds4ccm/tests/CoherentUpdater
parent9c8ac4fe3f9ae72de429f270af85bec63bcc0ebc (diff)
downloadATCD-63d9287c62d605fd68b46b32de6b3928fc57f6a2.tar.gz
ChangeLogTag: Mon Jun 7 22:36:24 UTC 2010 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/CoherentUpdater')
-rwxr-xr-xCIAO/connectors/dds4ccm/tests/CoherentUpdater/descriptors/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/CoherentUpdater/descriptors/run_test.pl b/CIAO/connectors/dds4ccm/tests/CoherentUpdater/descriptors/run_test.pl
index 62c0e785b5b..df893b69db5 100755
--- a/CIAO/connectors/dds4ccm/tests/CoherentUpdater/descriptors/run_test.pl
+++ b/CIAO/connectors/dds4ccm/tests/CoherentUpdater/descriptors/run_test.pl
@@ -111,7 +111,7 @@ sub run_node_daemons {
$port = $ports[$i];
$nodename = $nodenames[$i];
$iiop = "iiop://localhost:$port";
- $node_app = "$DANCE_ROOT/bin/dance_locality_manager";
+ $node_app = PerlACE::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";