diff options
-rwxr-xr-x | tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |