speed up tests
This commit is contained in:
parent
8425eabe6f
commit
a32c73c535
3
.gitignore
vendored
Normal file
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 enabled, tell nose to collect coverage data
|
||||||
if [ $coverage -eq 1 ]; then
|
if [ $coverage -eq 1 ]; then
|
||||||
noseopts="$noseopts --with-coverage --cover-package=nova"
|
noseopts="$noseopts --with-coverage --cover-package=keystone"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
function run_tests {
|
function run_tests {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user