summaryrefslogtreecommitdiff
path: root/CIAO/examples/DevGuideExamples/Messenger/descriptors/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/DevGuideExamples/Messenger/descriptors/run_test.pl')
-rwxr-xr-xCIAO/examples/DevGuideExamples/Messenger/descriptors/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/CIAO/examples/DevGuideExamples/Messenger/descriptors/run_test.pl b/CIAO/examples/DevGuideExamples/Messenger/descriptors/run_test.pl
index 8b4dcd571dd..6b0e99a9697 100755
--- a/CIAO/examples/DevGuideExamples/Messenger/descriptors/run_test.pl
+++ b/CIAO/examples/DevGuideExamples/Messenger/descriptors/run_test.pl
@@ -77,11 +77,11 @@ if ($tg->WaitForFileTimed ($embase,
sleep(5);
#Start the plan launcher
$EX = $tg->CreateProcess ("$DANCE_ROOT/bin/dance_plan_launcher",
- "-x Application-flattened_Unhomed.cdp -k file://$emior ");
+ "-x Application-flattened_Unhomed.cdp -k file://$emior ");
#Stop the plan launcher
$EX2 = $tg->CreateProcess ("$DANCE_ROOT/bin/dance_plan_launcher",
- "-k file://$emior -x Application-flattened_Unhomed.cdp -s");
+ "-k file://$emior -x Application-flattened_Unhomed.cdp");
$Ret6 = $EX->Spawn ();
if($Ret6 == -1) {