mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Add --no-colours
to runtests.py
. Refs #3511.
This commit is contained in:
parent
dec736c156
commit
17c6151cf8
@ -295,6 +295,7 @@ def parse_opts():
|
||||
)
|
||||
output_options_group.add_option(
|
||||
'--no-colors',
|
||||
'--no-colours',
|
||||
default=False,
|
||||
action='store_true',
|
||||
help='Disable colour printing.'
|
||||
|
Loading…
Reference in New Issue
Block a user