summaryrefslogtreecommitdiff
path: root/CIAO/examples/Null_Component/descriptors/run_test_without_ns.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/Null_Component/descriptors/run_test_without_ns.pl')
-rwxr-xr-xCIAO/examples/Null_Component/descriptors/run_test_without_ns.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/examples/Null_Component/descriptors/run_test_without_ns.pl b/CIAO/examples/Null_Component/descriptors/run_test_without_ns.pl
index 109961d44fb..8c7f52d70eb 100755
--- a/CIAO/examples/Null_Component/descriptors/run_test_without_ns.pl
+++ b/CIAO/examples/Null_Component/descriptors/run_test_without_ns.pl
@@ -181,7 +181,7 @@ foreach $file (@files) {
# Invoke executor - stop the application -.
print "Invoking executor - stop the application -\n";
$E = $tg_executor->CreateProcess ("$DANCE_ROOT/bin/dance_plan_launcher",
- "-k file://$ior_emfile -x $file -s");
+ "-k file://$ior_emfile -x $file -q");
$E->SpawnWaitKill ($tg_executor->ProcessStopWaitInterval ());
print "Executor returned.\n";