Bug 733530: Use .tar.gz for test archives r=gps

Differential Revision: https://phabricator.services.mozilla.com/D1743
This commit is contained in:
Chris AtLee
2018-07-03 18:33:02 +00:00
parent c11de811e0
commit 49625724f4
17 changed files with 60 additions and 56 deletions

View File

@@ -573,7 +573,7 @@ def find_files(archive):
if archive == 'common':
# Construct entries ensuring all our generated harness files are
# packaged in the common tests zip.
# packaged in the common tests archive.
packaged_paths = set()
for entry in OBJDIR_TEST_FILES.values():
pat = mozpath.join(entry['base'], entry['pattern'])