Print a message at the end of a test crawl also when there's no FAILs.

- Legacy-Id: 7626
This commit is contained in:
Henrik Levkowetz 2014-04-22 21:31:53 +00:00
parent 83f17dc7b7
commit da4f9dc258

View file

@ -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.")