summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/tests/CIAO/ExecutionManager-Deployments/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/DAnCE/tests/CIAO/ExecutionManager-Deployments/run_test.pl')
-rwxr-xr-xCIAO/DAnCE/tests/CIAO/ExecutionManager-Deployments/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/CIAO/DAnCE/tests/CIAO/ExecutionManager-Deployments/run_test.pl b/CIAO/DAnCE/tests/CIAO/ExecutionManager-Deployments/run_test.pl
index 818f6447887..8c167bdbab7 100755
--- a/CIAO/DAnCE/tests/CIAO/ExecutionManager-Deployments/run_test.pl
+++ b/CIAO/DAnCE/tests/CIAO/ExecutionManager-Deployments/run_test.pl
@@ -198,12 +198,12 @@ foreach $file (@files) {
# Invoke executor - start the application -.
print "Invoking executor - launch the application -\n";
$E = $tg_executor->CreateProcess ("$DANCE_ROOT/bin/dance_plan_launcher",
- "-x $file -k file://$ior_emfile -l");
+ "-x $file -k file://$ior_emfile");
$E->SpawnWaitKill (120);
print "Teardown 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 (120);
print "Executor finished.\n";