mirror of
https://github.com/servo/servo
synced 2026-05-14 10:56:44 +02:00
Don't suppress the result of checking the WPT manifest.
This commit is contained in:
@@ -87,7 +87,7 @@ def run_update(topdir, check_clean=False, rebuild=False, **kwargs):
|
||||
from wptrunner import wptlogging
|
||||
logger = wptlogging.setup(kwargs, {"mach": sys.stdout})
|
||||
wpt_dir = os.path.abspath(os.path.join(topdir, 'tests', 'wpt'))
|
||||
manifestupdate.update(logger, wpt_dir, check_clean, rebuild)
|
||||
return manifestupdate.update(logger, wpt_dir, check_clean, rebuild)
|
||||
|
||||
|
||||
@CommandProvider
|
||||
|
||||
Reference in New Issue
Block a user