scripts: Add more pages to segfault_test
This commit is contained in:
parent
c87b4b2683
commit
47a2857640
@ -68,7 +68,9 @@ def main():
|
|||||||
# pages which previously caused problems
|
# pages which previously caused problems
|
||||||
pages = ['http://www.binpress.com/', 'http://www.20min.ch/',
|
pages = ['http://www.binpress.com/', 'http://www.20min.ch/',
|
||||||
'https://imzdl.com/', 'http://www.the-compiler.org/',
|
'https://imzdl.com/', 'http://www.the-compiler.org/',
|
||||||
'http://phoronix.com', 'http://lenta.ru/']
|
'http://phoronix.com', 'http://lenta.ru/',
|
||||||
|
'http://david.li/flow/',
|
||||||
|
'http://salt.readthedocs.org/en/latest/topics/pillar/']
|
||||||
else:
|
else:
|
||||||
pages = sys.argv[1:]
|
pages = sys.argv[1:]
|
||||||
for page in pages:
|
for page in pages:
|
||||||
|
Loading…
Reference in New Issue
Block a user