Skip to content

Commit 60738dc

Browse files
committed
Don't use non-zero exit code for test-crawler runs with nonvalidating html warnings.
- Legacy-Id: 9559
1 parent eadf421 commit 60738dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/test-crawl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,6 @@ if __name__ == "__main__":
273273
sys.stderr.write("Found no errors.")
274274
if warnings > 0:
275275
sys.stderr.write("Found %s warnings, grep output for WARN for details\n" % warnings)
276-
sys.exit(1)
276+
sys.exit(0)
277277
else:
278278
sys.stderr.write("Found no warnings.")

0 commit comments

Comments
 (0)