Merge "Fix interprocess locks for run_tests.sh"

This commit is contained in:
Jenkins 2014-02-11 08:19:35 +00:00 committed by Gerrit Code Review
commit 752e54e520

View File

@ -162,7 +162,7 @@ function run_pep8 {
}
TESTRTESTS="python setup.py testr"
TESTRTESTS="python -m neutron.openstack.common.lockutils python setup.py testr"
if [ $never_venv -eq 0 ]
then