Clarify which set of daemons are starting

This commit is contained in:
Pedro Algarvio 2019-10-30 07:33:38 +00:00
parent 98dbaf525d
commit b5ceafc4cf
No known key found for this signature in database
GPG Key ID: BB36BF6584A298FF

View File

@ -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 = []