From 34a88dd60fb4a5045480df765024ffa00af99cf7 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Tue, 21 Oct 2014 14:43:11 -0400 Subject: Use correct name of oslo debugger script As of oslotest 1.2.0 the oslo debugger script dropped the .sh extension. This patch corrects the use the script name in tox.ini Change-Id: I0b814f5136e2858ac53ba45db523790d220a6b88 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 38f261a..75d37fd 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ commands = python setup.py testr --coverage commands = {posargs} [testenv:debug] -commands = oslo_debug_helper.sh {posargs} +commands = oslo_debug_helper {posargs} [flake8] show-source = True -- cgit v1.2.1