Skip to content

Commit 695b6e0

Browse files
committed
Tweaked test-crawl to not visit all 180.000 /html/ pages.
- Legacy-Id: 17763
1 parent 29ccca8 commit 695b6e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/test-crawl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ def check_html_valid(url, response, args):
138138
key = re.sub("/dir/[a-z0-9-]+/", "/dir/foo/", key)
139139
key = re.sub("/draft-[a-z0-9-]+/", "/draft-foo/", key)
140140
key = re.sub("/group/[a-z0-9-]+/", "/group/foo/", key)
141+
key = re.sub("/html/[a-z0-9-]+", "/html/foo/", key)
141142
key = re.sub("/ipr/search/.*", "/ipr/search/", key)
142143
key = re.sub("/meeting/[-0-9a-z]+/agenda/[0-9a-z]+/", "/meeting/nn/agenda/foo/", key)
143144
key = re.sub("/release/[0-9dev.]+/", "/release/n.n.n/", key)

0 commit comments

Comments
 (0)