Fix interprocess locks for run_tests.sh

This was fixed for nova using this method and we are porting it here as we are
running into a similar bug as #1264058

Closes-Bug: #1269938
Change-Id: I06a2684629fd7b4d30e2d7716dc00a2ed0479f2f
This commit is contained in:
Justin Hammond 2014-01-16 20:47:58 +00:00
parent 06a2684629
commit 024c693eff
1 changed files with 1 additions and 1 deletions

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