Set work directory in Yardstick container
[yardstick.git] / run_tests.sh
index 972f6a2..2519d94 100755 (executable)
@@ -33,7 +33,10 @@ run_flake8() {
     fi
 }
 
+
 run_tests() {
+    echo "Get external libs needed for unit test"
+
     echo "Running unittest ... "
     if [ $FILE_OPTION == "f" ]; then
         python -m unittest discover -v -s tests/unit > $logfile 2>&1