From d2ef60bd124dd646784a4a9ce94741242bd711a8 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Tue, 21 Oct 2014 17:54:37 -0400 Subject: [PATCH] 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: I62d657fb850ed51686c2f37b1962654f75d1aad0 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 86794d2c..71f23998 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ downloadcache = ~/cache/pip [testenv:debug] -commands = oslo_debug_helper.sh {posargs} +commands = oslo_debug_helper {posargs} [flake8] # F821: undefined name