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:
parent
9355d27921
commit
d2ef60bd12
2
tox.ini
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user