summaryrefslogtreecommitdiffstats
path: root/run_unit_tests.sh
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2017-01-03 08:30:51 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2017-01-04 15:35:06 +0100
commit6d361c6804b85b870add58b5b4a6c7df8e9476d4 (patch)
treecdc995501542028ce406aaabb23560098d26d43f /run_unit_tests.sh
parent563c3e610f184d311f8a4f45cbee51f532f73e49 (diff)
Patch logging.FileHandler
It avoids creating a dummy functest.log for unit testing. Change-Id: Ib163d5d58284822b1904444fb60b08e92ee0ab9b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'run_unit_tests.sh')
-rwxr-xr-xrun_unit_tests.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/run_unit_tests.sh b/run_unit_tests.sh
index e0e6195cb..edce03c16 100755
--- a/run_unit_tests.sh
+++ b/run_unit_tests.sh
@@ -21,10 +21,7 @@ clean_results_dir
# TODO clean that...
# Create log dir if needed
# log shall be disabled during unit tests
-# fix to be done in Logger
-echo "Create dummy log file...."
sudo mkdir -p /home/opnfv/functest/results/odl
-sudo touch /home/opnfv/functest/results/functest.log
sudo touch /home/opnfv/functest/results/odl/stdout.txt
sudo chmod -Rf a+rw /home/opnfv