We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0da5d commit 926b583Copy full SHA for 926b583
1 file changed
bin/test-crawl
@@ -270,9 +270,8 @@ if __name__ == "__main__":
270
sys.stderr.write("Found %s errors, grep output for FAIL for details\n" % errors)
271
sys.exit(1)
272
else:
273
- sys.stderr.write("Found no errors.")
+ sys.stderr.write("Found no errors.\n")
274
if warnings > 0:
275
sys.stderr.write("Found %s warnings, grep output for WARN for details\n" % warnings)
276
- sys.exit(0)
277
278
- sys.stderr.write("Found no warnings.")
+ sys.stderr.write("Found no warnings.\n")
0 commit comments