Files
cbfae225d9aaabd8e0ea9ebe10fde2788ba0d3c5
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,