summaryrefslogtreecommitdiff
path: root/CIAO/tests/DAnCE/ExecutionManager-Deployments/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/DAnCE/ExecutionManager-Deployments/run_test.pl')
-rwxr-xr-xCIAO/tests/DAnCE/ExecutionManager-Deployments/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/tests/DAnCE/ExecutionManager-Deployments/run_test.pl b/CIAO/tests/DAnCE/ExecutionManager-Deployments/run_test.pl
index 5f996ff9791..8e87d6d9481 100755
--- a/CIAO/tests/DAnCE/ExecutionManager-Deployments/run_test.pl
+++ b/CIAO/tests/DAnCE/ExecutionManager-Deployments/run_test.pl
@@ -12,7 +12,7 @@ $CIAO_ROOT = "$ENV{'CIAO_ROOT'}";
$TAO_ROOT = "$ENV{'TAO_ROOT'}";
$DANCE_ROOT = "$ENV{'DANCE_ROOT'}";
-$ENV{'CIAO_LOG_LEVEL'}=1;
+$ENV{'CIAO_LOG_LEVEL'}= $ENV{'CIAO_LOG_LEVEL'} || 1;
$daemons_running = 0;
$em_running = 0;