summaryrefslogtreecommitdiff
path: root/CIAO/examples/Hello/descriptors/run_test_PlanLocality_SameProcess.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/Hello/descriptors/run_test_PlanLocality_SameProcess.pl')
-rwxr-xr-xCIAO/examples/Hello/descriptors/run_test_PlanLocality_SameProcess.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/examples/Hello/descriptors/run_test_PlanLocality_SameProcess.pl b/CIAO/examples/Hello/descriptors/run_test_PlanLocality_SameProcess.pl
index e23c532affa..38652fafbcb 100755
--- a/CIAO/examples/Hello/descriptors/run_test_PlanLocality_SameProcess.pl
+++ b/CIAO/examples/Hello/descriptors/run_test_PlanLocality_SameProcess.pl
@@ -188,7 +188,7 @@ print "Invoking executor - stop the application -\n";
print "by running dance_plan_launcher.exe with -k file://$ior_emfile -x $cdp_file -q\n";
$E = $tg_executor->CreateProcess ("$DANCE_ROOT/bin/dance_plan_launcher",
- "-k file://$ior_emfile -x $cdp_file -s");
+ "-k file://$ior_emfile -x $cdp_file -q");
$E->SpawnWaitKill ($tg_executor->ProcessStopWaitInterval ());
print "Executor returned.\n";