Skip to content

Commit 926b583

Browse files
committed
Tweaked the test-crawl summary.
- Legacy-Id: 9574
1 parent 3c0da5d commit 926b583

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

bin/test-crawl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,8 @@ if __name__ == "__main__":
270270
sys.stderr.write("Found %s errors, grep output for FAIL for details\n" % errors)
271271
sys.exit(1)
272272
else:
273-
sys.stderr.write("Found no errors.")
273+
sys.stderr.write("Found no errors.\n")
274274
if warnings > 0:
275275
sys.stderr.write("Found %s warnings, grep output for WARN for details\n" % warnings)
276-
sys.exit(0)
277276
else:
278-
sys.stderr.write("Found no warnings.")
277+
sys.stderr.write("Found no warnings.\n")

0 commit comments

Comments
 (0)