From 6428901c410e036efb57431a564456e8fd937d0a Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 20 Mar 2019 10:08:27 -0400 Subject: [PATCH] Make rebuild flag work. --- tests/wpt/manifestupdate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/wpt/manifestupdate.py b/tests/wpt/manifestupdate.py index c6fb1e37119..85d73757a46 100644 --- a/tests/wpt/manifestupdate.py +++ b/tests/wpt/manifestupdate.py @@ -65,6 +65,7 @@ def _update(logger, test_paths, rebuild): manifest_path, url_base, working_copy=True, + rebuild=rebuild, cache_root=os.path.join(servo_root, ".wpt", cache_subdir)) return 0