Print a message at the end of a test crawl also when there's no FAILs.
- Legacy-Id: 7626
This commit is contained in:
parent
83f17dc7b7
commit
da4f9dc258
|
@ -153,3 +153,6 @@ sys.stderr.write("Output written to %s" % logfile.name)
|
|||
if errors > 0:
|
||||
sys.stderr.write("Found %s errors, grep output for FAIL for details\n" % errors)
|
||||
sys.exit(1)
|
||||
else:
|
||||
sys.stderr.write("Found no errors.")
|
||||
|
Loading…
Reference in a new issue