Skip to content

Commit da4f9dc

Browse files
committed
Print a message at the end of a test crawl also when there's no FAILs.
- Legacy-Id: 7626
1 parent 83f17dc commit da4f9dc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ietf/bin/test-crawl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,6 @@ sys.stderr.write("Output written to %s" % logfile.name)
153153
if errors > 0:
154154
sys.stderr.write("Found %s errors, grep output for FAIL for details\n" % errors)
155155
sys.exit(1)
156+
else:
157+
sys.stderr.write("Found no errors.")
158+

0 commit comments

Comments
 (0)