Merge "Fix small oversight in Python PTI for tests"

This commit is contained in:
Zuul 2018-02-18 18:41:09 +00:00 committed by Gerrit Code Review
commit 185fb528a5
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ Using these precludes the use of alternative runners for other users.
To have a consistent interface via tox between projects' unit test
jobs the command for running stestr in tox should be set to::
stestr run '{posargs}'
stestr run {posargs}
.. note::
While the use of wrapper scripts can sometimes be useful as a short term