Files
b1d5719556d0fff3afc794bc0d95676ebb31fcd6
187 lines
5.6 KiB
Bash
187 lines
5.6 KiB
Bash
echo " -r, --recreate-db Recreate the test database (deprecated, as this is now the default)."
echo " -f, --force Force a clean re-build of the virtual environment. Useful when dependencies have been added."
Run tools/hacking.py instead of pep8 mandatory.
Change-Id: I81db73588ece36dec4dba90b9841ed6d0fac6a8f
echo " -p, --pep8 Just run PEP8 and HACKING compliance check"
echo " --hide-elapsed Don't print the elapsed time for each test along with slow test list"
echo "Note: with no options specified, the script will try to run the tests in a virtual environment,"
with_venv=tools/with_venv.sh
# If we get some short import error right away, print the error log directly
Run tools/hacking.py instead of pep8 mandatory.
Change-Id: I81db73588ece36dec4dba90b9841ed6d0fac6a8f
echo "Running PEP8 and HACKING compliance check..."
srcfiles+=" `find bin -type f ! -name "nova.conf*" ! -name "*api-paste.ini*"`"
fi
# NOTE(sirp): we only want to run pep8 when we're running the full-test suite,