mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
selftest: Cope with testsuites without any output whatsoever (probably an error though).
This commit is contained in:
parent
f7f1a3a451
commit
11ec2916a7
@ -109,7 +109,7 @@ class PlainFormatter(object):
|
|||||||
if reason is not None:
|
if reason is not None:
|
||||||
self.output_msg("REASON: %s\n" % (reason,))
|
self.output_msg("REASON: %s\n" % (reason,))
|
||||||
self.suitesfailed.append(name)
|
self.suitesfailed.append(name)
|
||||||
if self.immediate and not self.verbose:
|
if self.immediate and not self.verbose and name in self.test_output:
|
||||||
out += self.test_output[name]
|
out += self.test_output[name]
|
||||||
unexpected = True
|
unexpected = True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user