Bug 1208320 - Do not stage some reftest support files before archiving; r=glandium

After this, only reftest files themselves are staged. Those will be
addressed in a subsequent commit.

--HG--
extra : commitid : 9jWl9Twcizr
extra : rebase_source : 3e4a319d60b7ee7eddecc597eb250184140b1e71
This commit is contained in:
Gregory Szorc 2015-09-30 10:46:52 -07:00
Родитель 4c71c72f21
Коммит d460d0b2dc
2 изменённых файлов: 11 добавлений и 2 удалений

Просмотреть файл

@ -54,8 +54,6 @@ PKG_STAGE = $(DIST)/test-stage
# stage harness and tests for packaging
stage-package:
$(NSINSTALL) -D $(PKG_STAGE)/reftest && $(NSINSTALL) -D $(PKG_STAGE)/reftest/tests
(cd $(DEPTH)/_tests/reftest/ && tar $(TAR_CREATE_FLAGS) - *) | (cd $(PKG_STAGE)/reftest && tar -xf -)
@cp $(DEPTH)/mozinfo.json $(PKG_STAGE)/reftest
$(PYTHON) $(topsrcdir)/layout/tools/reftest/print-manifest-dirs.py \
$(topsrcdir) \
$(topsrcdir)/layout/reftests/reftest.list \

Просмотреть файл

@ -102,6 +102,17 @@ ARCHIVE_FILES = {
'base': '',
'pattern': 'reftest/**',
},
{
'source': buildconfig.topobjdir,
'base': '_tests',
'pattern': 'reftest/**',
},
{
'source': buildconfig.topobjdir,
'base': '',
'pattern': 'mozinfo.json',
'dest': 'reftest',
},
],
'talos': [
{