tempest/releasenotes/notes/tempest-run-fix-updates-564b41706decbba1.yaml
Masayuki Igawa 7ba22721e5
Use inline literal markup for options in releasenotes
This commit makes the releasenotes to use 'inline literal markup[0]
because it would be accurate rendering for commandline
options. Otherwise, dashes are changed into an en/em dash entity. And
this commit also fixes some inline literal markups which I
noticed. Ideally, we should fix like that things in one
patch. However, it's a bit hard to find them all..

[0] http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#roles

Change-Id: I8f7691b3ff40ccde051620f44217dab244d76960
2018-05-31 11:31:02 +09:00

10 lines
263 B
YAML

---
features:
- |
Adds a new CLI arg in tempest run, ``--black-regex``, which is a
regex to exclude the tests that match it.
fixes:
- |
Fixes tempest run CLI args mutually exclusive behavior which should not
be the case anymore (Bug#1751201).