Don't suppress the result of checking the WPT manifest.

This commit is contained in:
Josh Matthews 2018-05-01 11:42:57 -04:00
parent 319556cf6a
commit 40f04ff58e

View file

@ -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