X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=verify.sh;fp=tests.sh;h=1e0d01320642c04cc95e25c032a2935b991081a3;hb=9f28a751ee342b77f653acbebfb10d6587af669a;hp=18110770b1206d0a909a97da4b50e6cbdc9d13f9;hpb=e1a54d34819563946d1ff1ec673d1d261b826ad8;p=bottlenecks.git diff --git a/tests.sh b/verify.sh similarity index 85% rename from tests.sh rename to verify.sh index 18110770..1e0d0132 100755 --- a/tests.sh +++ b/verify.sh @@ -15,11 +15,11 @@ getopts ":f" FILE_OPTION run_flake8() { echo "Running flake8 ... " - logfile=test_results.log + logfile=flake8_verify.log if [ $FILE_OPTION == "f" ]; then - sudo flake8 --append-config=flake8_cfg testsuites/posca/ > $logfile + flake8 --append-config=flake8_cfg testsuites/posca/ utils/ > $logfile else - sudo flake8 --append-config=flake8_cfg testsuites/posca/ + flake8 --append-config=flake8_cfg testsuites/posca/ utils/ fi if [ $? -ne 0 ]; then