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
This commit is contained in:
Steve Martinelli 2014-10-21 17:54:37 -04:00 committed by Jamie Lennox
parent 9355d27921
commit d2ef60bd12
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ downloadcache = ~/cache/pip
[testenv:debug]
commands = oslo_debug_helper.sh {posargs}
commands = oslo_debug_helper {posargs}
[flake8]
# F821: undefined name