Bug 1305795 - Stop extracting web-platform directory; r?ted draft
authorGregory Szorc <gps@mozilla.com>
Tue, 27 Sep 2016 11:07:55 -0700
changeset 418558 966834d5c4d2195b90767bea86dce60646d4b4f8
parent 418557 2954c8b81e0110dd8ce950d10de13f53bd08c377
child 418559 bdf25dc77c2bbe734bee0810bb678f3912ca51bf
push id30707
push userbmo:gps@mozilla.com
push dateWed, 28 Sep 2016 18:02:51 +0000
reviewersted
bugs1305795
milestone52.0a1
Bug 1305795 - Stop extracting web-platform directory; r?ted This mozharness script is only extracting the common.tests.zip file now. It doesn't have a web-platform directory. So remove this entry. MozReview-Commit-ID: 8z7wN9J78mq
testing/mozharness/scripts/web_platform_tests.py
--- a/testing/mozharness/scripts/web_platform_tests.py
+++ b/testing/mozharness/scripts/web_platform_tests.py
@@ -183,17 +183,16 @@ class WebPlatformTest(TestingMixin, Merc
 
     def download_and_extract(self):
         super(WebPlatformTest, self).download_and_extract(
             extract_dirs=["bin/*",
                           "config/*",
                           "mozbase/*",
                           "marionette/*",
                           "tools/wptserve/*",
-                          "web-platform/*",
                           "mozinfo.json"],
             suite_categories=["web-platform"])
 
     def run_tests(self):
         dirs = self.query_abs_dirs()
         cmd = self._query_cmd()
 
         parser = StructuredOutputParser(config=self.config,