summaryrefslogtreecommitdiff
path: root/CIAO/tests/Bug_2130_Regression/descriptors/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/Bug_2130_Regression/descriptors/run_test.pl')
-rw-r--r--CIAO/tests/Bug_2130_Regression/descriptors/run_test.pl10
1 files changed, 5 insertions, 5 deletions
diff --git a/CIAO/tests/Bug_2130_Regression/descriptors/run_test.pl b/CIAO/tests/Bug_2130_Regression/descriptors/run_test.pl
index 6688e0a224f..733c3d7183c 100644
--- a/CIAO/tests/Bug_2130_Regression/descriptors/run_test.pl
+++ b/CIAO/tests/Bug_2130_Regression/descriptors/run_test.pl
@@ -58,9 +58,9 @@ sub run_node_daemons {
$port = $ports[$i];
$iiop = "iiop://localhost:$port";
- $node_app = "$DAnCE/NodeApplication/NodeApplication";
+ $node_app = "$CIAO_ROOT/bin/NodeApplication";
- $d_cmd = "$DAnCE/NodeManager/NodeManager";
+ $d_cmd = "$CIAO_ROOT/bin/NodeManager";
$d_param = "-ORBEndpoint $iiop -s $node_app -o $iorfile -a \"-r\"";
$Daemons[$i] = new PerlACE::Process ($d_cmd, $d_param);
@@ -99,7 +99,7 @@ $ns_running = 1;
# Invoke execution manager.
print "Invoking execution manager\n";
-$EM = new PerlACE::Process ("$DAnCE/ExecutionManager/Execution_Manager",
+$EM = new PerlACE::Process ("$CIAO_ROOT/bin/Execution_Manager",
"-o EM.ior -i $dat_file");
$EM->Spawn ();
@@ -116,7 +116,7 @@ $em_running = 1;
# Invoke executor - start the application -.
print "Invoking executor - start the application -\n";
$E =
- new PerlACE::Process ("$DAnCE/Plan_Launcher/plan_launcher",
+ new PerlACE::Process ("$CIAO_ROOT/bin/plan_launcher",
"-p DeploymentPlan.cdp -k file://EM.ior -o DAM.ior");
$E->SpawnWaitKill (5000);
@@ -164,7 +164,7 @@ if ($result != 0) {
# Invoke executor - stop the application -.
print "Invoking executor - stop the application -\n";
$E =
- new PerlACE::Process ("$DAnCE/Plan_Launcher/plan_launcher",
+ new PerlACE::Process ("$CIAO_ROOT/bin/plan_launcher",
"-k file://EM.ior -i file://DAM.ior");
$E->SpawnWaitKill (3000);