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:
parent
06a2684629
commit
024c693eff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user