From 024c693effe13fe0dac0ae277c58a50a9a949415 Mon Sep 17 00:00:00 2001 From: Justin Hammond Date: Thu, 16 Jan 2014 20:47:58 +0000 Subject: [PATCH] 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 --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2