diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2012-10-05 06:27:10 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2012-10-05 06:27:10 +0000 |
commit | 4a27341f6f2d6041b1c5a23c10d98fc7bd6ac275 (patch) | |
tree | 42f0c951af7f87f5f4c3eb88b6d3c8751bc8e8b4 /CIAO/examples | |
parent | 84dcc34aff2675c3fecf17feb88698fe245232a1 (diff) | |
download | ATCD-4a27341f6f2d6041b1c5a23c10d98fc7bd6ac275.tar.gz |
Fri Oct 5 06:26:38 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* examples/Hello_Event/descriptors/run_test_shs.pl:
Fixed path
Diffstat (limited to 'CIAO/examples')
-rwxr-xr-x | CIAO/examples/Hello_Event/descriptors/run_test_shs.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/examples/Hello_Event/descriptors/run_test_shs.pl b/CIAO/examples/Hello_Event/descriptors/run_test_shs.pl index 83ab9e1b089..7bbb64e33e1 100755 --- a/CIAO/examples/Hello_Event/descriptors/run_test_shs.pl +++ b/CIAO/examples/Hello_Event/descriptors/run_test_shs.pl @@ -26,7 +26,7 @@ $status = 0; $dat_file = "NodeManagerMap.cdd"; $cdp_file = "DeploymentPlan.cdp"; -$controller_exec = "$CIAO_ROOT/examples/Hello_Event/starter"; +$controller_exec = "$CIAO_ROOT/examples/Hello_Event/Sender/starter"; # ior files other than daemon $ior_nsbase = "ns.ior"; |