Update web-platform-tests to revision 347a7974c93326910109cd0f3386cc427add4ec5

This commit is contained in:
WPT Sync Bot 2018-05-22 21:12:42 -04:00
parent d4df55b417
commit 9d36d960d0
656 changed files with 6386 additions and 4726 deletions

View file

@ -434,7 +434,7 @@ def check_subdomains(config):
try:
urllib2.urlopen("http://%s:%d/" % (domain, port))
except Exception as e:
except Exception:
logger.critical("Failed probing domain %s. "
"You may need to edit /etc/hosts or similar, see README.md." % domain)
sys.exit(1)