mirror of
https://github.com/servo/servo.git
synced 2025-06-12 10:24:43 +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
|
from wptrunner import wptlogging
|
||||||
logger = wptlogging.setup(kwargs, {"mach": sys.stdout})
|
logger = wptlogging.setup(kwargs, {"mach": sys.stdout})
|
||||||
wpt_dir = os.path.abspath(os.path.join(topdir, 'tests', 'wpt'))
|
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
|
@CommandProvider
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue