diff options
author | Steve Martinelli <stevemar@ca.ibm.com> | 2014-10-21 14:43:11 -0400 |
---|---|---|
committer | Steve Martinelli <stevemar@ca.ibm.com> | 2014-10-21 14:43:11 -0400 |
commit | 34a88dd60fb4a5045480df765024ffa00af99cf7 (patch) | |
tree | 4982fe7dce18e5decd0af88e760b9e3493138857 /tox.ini | |
parent | 7f3d7d418df1e69ba29d5792b43a188ff16cae36 (diff) | |
download | pycadf-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |