mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Don't suppress the result of checking the WPT manifest.
This commit is contained in:
parent
319556cf6a
commit
40f04ff58e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue