From: Justin Hammond Date: Thu, 16 Jan 2014 20:47:58 +0000 (+0000) Subject: Fix interprocess locks for run_tests.sh X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=024c693effe13fe0dac0ae277c58a50a9a949415;p=openstack-build%2Fneutron-build.git 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 --- diff --git a/run_tests.sh b/run_tests.sh index cc171246c..06934e9e2 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -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