From 6d361c6804b85b870add58b5b4a6c7df8e9476d4 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 3 Jan 2017 08:30:51 +0100 Subject: Patch logging.FileHandler MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It avoids creating a dummy functest.log for unit testing. Change-Id: Ib163d5d58284822b1904444fb60b08e92ee0ab9b Signed-off-by: Cédric Ollivier --- run_unit_tests.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'run_unit_tests.sh') diff --git a/run_unit_tests.sh b/run_unit_tests.sh index e0e6195c..edce03c1 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 -- cgit 1.2.3-korg