speed up tests

This commit is contained in:
termie 2011-12-27 12:50:11 -08:00
parent 8425eabe6f
commit a32c73c535
3 changed files with 4 additions and 1 deletions

3
.gitignore vendored Normal file

@ -0,0 +1,3 @@
vendor
.ksl-venv
run_tests.log

@ -59,7 +59,7 @@ done
# If enabled, tell nose to collect coverage data
if [ $coverage -eq 1 ]; then
noseopts="$noseopts --with-coverage --cover-package=nova"
noseopts="$noseopts --with-coverage --cover-package=keystone"
fi
function run_tests {