mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 08:35:21 +00:00
Clarify which set of daemons are starting
This commit is contained in:
parent
98dbaf525d
commit
b5ceafc4cf
@ -907,11 +907,11 @@ class SaltTestsuiteParser(SaltCoverageTestingParser):
|
||||
|
||||
try:
|
||||
print_header(
|
||||
' * Setting up Salt daemons to execute tests',
|
||||
' * Setting up multimaster Salt daemons to execute tests',
|
||||
top=False, width=getattr(self.options, 'output_columns', PNUM)
|
||||
)
|
||||
except TypeError:
|
||||
print_header(' * Setting up Salt daemons to execute tests', top=False)
|
||||
print_header(' * Setting up multimaster Salt daemons to execute tests', top=False)
|
||||
|
||||
status = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user