summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2014-10-21 14:43:11 -0400
committerSteve Martinelli <stevemar@ca.ibm.com>2014-10-21 14:43:11 -0400
commit34a88dd60fb4a5045480df765024ffa00af99cf7 (patch)
tree4982fe7dce18e5decd0af88e760b9e3493138857 /tox.ini
parent7f3d7d418df1e69ba29d5792b43a188ff16cae36 (diff)
downloadpycadf-34a88dd60fb4a5045480df765024ffa00af99cf7.tar.gz
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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