summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-10-05 06:27:10 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-10-05 06:27:10 +0000
commitcade776c76856bde6736a3bb3b330dd4ef604a37 (patch)
tree42f0c951af7f87f5f4c3eb88b6d3c8751bc8e8b4
parent5afacec1df5fe103c762fcd49ebea7aecca90169 (diff)
downloadATCD-cade776c76856bde6736a3bb3b330dd4ef604a37.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
-rw-r--r--CIAO/ChangeLog5
-rwxr-xr-xCIAO/examples/Hello_Event/descriptors/run_test_shs.pl2
2 files changed, 6 insertions, 1 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 1c6f82c6fbc..2cfa327bb65 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,8 @@
+Fri Oct 5 06:26:38 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * examples/Hello_Event/descriptors/run_test_shs.pl:
+ Fixed path
+
Wed Oct 3 06:19:55 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* ciao/Containers/Session/Session_Container.cpp:
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";