X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tests.sh;h=8df8140d7c6764b57bdd10ef0427bcd8a91df5d7;hb=aa0da607783a83192859c6c03be97e6ede6dd970;hp=1034466ee01a057b4c1006c0d2d30d515f3b8441;hpb=ee420d4dfa926b9d5d2434b746c67e9a3ea20ee8;p=bottlenecks.git diff --git a/tests.sh b/tests.sh index 1034466e..8df8140d 100755 --- a/tests.sh +++ b/tests.sh @@ -17,9 +17,9 @@ run_flake8() { echo "Running flake8 ... " logfile=test_results.log if [ $FILE_OPTION == "f" ]; then - flake8 bottlenecks > $logfile + flake8 ../bottlenecks > $logfile else - flake8 bottlenecks + flake8 ../bottlenecks fi if [ $? -ne 0 ]; then