From 72ac61332bf756fa0bb306a3f20bdbb5506eaa5b Mon Sep 17 00:00:00 2001 From: Maja Frydrychowicz Date: Tue, 1 Dec 2015 15:45:41 -0500 Subject: [PATCH] Bug 1229467 - Include wptserve in common.tests.zip; r=gps --- python/mozbuild/mozbuild/action/test_archive.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python/mozbuild/mozbuild/action/test_archive.py b/python/mozbuild/mozbuild/action/test_archive.py index 14e89824d5a..b3f8713f13b 100644 --- a/python/mozbuild/mozbuild/action/test_archive.py +++ b/python/mozbuild/mozbuild/action/test_archive.py @@ -96,6 +96,12 @@ ARCHIVE_FILES = { 'pattern': '**', 'dest': 'tps/tests', }, + { + 'source': buildconfig.topsrcdir, + 'base': 'testing/web-platform/tests/tools/wptserve', + 'pattern': '**', + 'dest': 'tools/wptserve', + }, ], 'cppunittest': [ {