Add test and silence completely

This commit is contained in:
Ethan Smith
2018-11-29 00:25:30 -08:00
parent 5465d936f7
commit 566480fdd3
2 changed files with 16 additions and 3 deletions

View File

@@ -229,9 +229,10 @@ class DSession(object):
if self.terminal and not self.sched.has_pending:
self.trdist.ensure_show_status()
self.terminal.write_line("")
self.terminal.write_line(
"scheduling tests via %s" % (self.sched.__class__.__name__)
)
if self.config.option.verbose > 0:
self.terminal.write_line(
"scheduling tests via %s" % (self.sched.__class__.__name__)
)
self.sched.schedule()
def worker_logstart(self, node, nodeid, location):