Files
0eee9cbfa720c94ba11683d349f4dcc64a8f4672
253 lines
7.8 KiB
Bash
253 lines
7.8 KiB
Bash
echo " -f, --force Force a clean re-build of the virtual environment. Useful when dependencies have been added."
echo " -8, --pep8-only-changed Just run PEP8 and HACKING compliance check on files changed since HEAD~1"
echo " --concurrency <concurrency> How many processes to use when running the tests. A value of 0 autodetects concurrency from your CPU count"
echo "Note: with no options specified, the script will try to run the tests in a virtual environment,"
with_venv=tools/with_venv.sh
fi
# NOTE(sirp): we only want to run pep8 when we're running the full-test suite,