summaryrefslogtreecommitdiff
path: root/CIAO/examples/Null_Component/descriptors/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/Null_Component/descriptors/run_test.pl')
-rwxr-xr-xCIAO/examples/Null_Component/descriptors/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/CIAO/examples/Null_Component/descriptors/run_test.pl b/CIAO/examples/Null_Component/descriptors/run_test.pl
index cc7cc6a72c9..4dbec45bc99 100755
--- a/CIAO/examples/Null_Component/descriptors/run_test.pl
+++ b/CIAO/examples/Null_Component/descriptors/run_test.pl
@@ -201,13 +201,13 @@ foreach $file (@files) {
print "Start dance_plan_launcher.exe with -x $file -k file://$ior_emfile\n";
$E = $tg_executor->CreateProcess ("$DANCE_ROOT/bin/dance_plan_launcher",
- "-x $file -k file://$ior_emfile");
+ "-x $file -k file://$ior_emfile");
$E->SpawnWaitKill (2*$tg_executor->ProcessStartWaitInterval ());
# 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";