From 92f8ff7d0fe97f8e81e7d9e53f278633ecb9b493 Mon Sep 17 00:00:00 2001 From: gordon chung Date: Tue, 5 Jan 2016 16:25:21 -0500 Subject: [PATCH] fix test debug Change-Id: I1353fde1abae1b2536f1fba11cdcbde87074c855 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cad77f4..7b25238 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ commands = python setup.py build_sphinx [testenv:debug] -commands = oslo_debug_helper {posargs} +commands = {toxinidir}/setup-tests.sh oslo_debug_helper {posargs} [flake8] # E123, E125 skipped as they are invalid PEP-8.