aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/testing_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r--python/servo/testing_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py
index e8e6d997ffd..b0d07f0821b 100644
--- a/python/servo/testing_commands.py
+++ b/python/servo/testing_commands.py
@@ -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