commit | cccc225c714144de3c7f71fbf8c329c296e90c23 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Thu Mar 23 18:39:43 2017 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu Mar 23 18:39:43 2017 +0000 |
tree | 9f6f12504c602065d33906d350abe1ceb36e6643 | |
parent | 08d9d0224076372a72bc92d39817d85be634869d [diff] | |
parent | ae9db6fd2b99c2645ce41dfd7d227f8778828cbd [diff] |
Merge "Fix oslo_debug_helper not running"
diff --git a/tox.ini b/tox.ini index 0c893f2..85314b6 100644 --- a/tox.ini +++ b/tox.ini
@@ -46,7 +46,7 @@ sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html [testenv:debug] -commands = oslo_debug_helper {posargs} +commands = oslo_debug_helper -t patrole_tempest_plugin/tests {posargs} [flake8] # E123, E125 skipped as they are invalid PEP-8.