Bug 1355579 - Remove last references to spsProfile in the tree. r=dustin

MozReview-Commit-ID: 9kZeiaFWZCp
This commit is contained in:
Mike Conley
2017-04-11 15:08:12 -04:00
parent 6891105e9f
commit db04b9c3ad
3 changed files with 4 additions and 4 deletions

View File

@@ -590,7 +590,7 @@ def set_profile(config, tests):
"""Set profiling mode for tests."""
for test in tests:
if config.config['args'].profile and test['suite'] == 'talos':
test['mozharness']['extra-options'].append('--spsProfile')
test['mozharness']['extra-options'].append('--geckoProfile')
yield test