From eb664f9d6c25b355b87bbdbb512d5949dff2b771 Mon Sep 17 00:00:00 2001 From: Surya Prakash Singh Date: Fri, 10 Mar 2017 21:55:47 +0530 Subject: [PATCH] Fix oslo_debug_helper not working Change-Id: Ifd4ea791b22b1bddc1116b89e6589a372cd17bd9 Closes-Bug: #1666560 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fc032ff948..ee6eda7a29 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ commands = python setup.py test --slowest --testr-args='{posargs}' [testenv:debug] -commands = oslo_debug_helper {posargs} +commands = oslo_debug_helper -t kolla/tests {posargs} [testenv:cover] setenv = VIRTUAL_ENV={envdir}