]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix interprocess locks for run_tests.sh
authorJustin Hammond <justin.hammond@rackspace.com>
Thu, 16 Jan 2014 20:47:58 +0000 (20:47 +0000)
committerJustin Hammond <justin.hammond@rackspace.com>
Thu, 16 Jan 2014 20:47:58 +0000 (20:47 +0000)
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

run_tests.sh

index cc171246c0e0df166eac2c223a16828925fce19e..06934e9e2e95296fc32925f9e0b0cc90b653b8bc 100755 (executable)
@@ -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