Bug 1262961 - Add the 'generate-build-stats' step to several debug mozharness configs. r=mshal

MozReview-Commit-ID: KvWV1hiUEc
This commit is contained in:
Chris Manchester 2016-04-07 08:59:42 -07:00
parent 364386e3cf
commit ac5be5fb45
4 changed files with 5 additions and 6 deletions

View File

@ -12,7 +12,7 @@ config = {
'upload-files',
'sendchange',
'check-test',
# 'generate-build-stats',
'generate-build-stats',
'update', # decided by query_is_nightly()
],
'stage_platform': 'macosx64-debug',

View File

@ -12,7 +12,7 @@ config = {
'upload-files',
'sendchange',
'check-test',
# 'generate-build-stats',
'generate-build-stats',
'update', # decided by query_is_nightly()
],
'stage_platform': 'win32-debug',

View File

@ -12,7 +12,7 @@ config = {
'upload-files',
'sendchange',
'check-test',
# 'generate-build-stats',
'generate-build-stats',
'update', # decided by query_is_nightly()
],
'stage_platform': 'win64-debug',

View File

@ -1832,9 +1832,8 @@ or run without that action (ie: --no-{action})"
c = self.config
if c.get('enable_count_ctors'):
if c.get('enable_count_ctors'):
self.info("counting ctors...")
self._count_ctors()
self.info("counting ctors...")
self._count_ctors()
else:
self.info("ctors counts are disabled for this build.")