Skip to content

Commit

Permalink
Merge pull request #31 from sydvicious/bug1225218-do-not-download-sym…
Browse files Browse the repository at this point in the history
…bols

Don't download symbols in this script; mozharness will do it itself i…
  • Loading branch information
mjzffr committed Nov 16, 2015
2 parents 53db17f + 8d2c375 commit 900dcd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion run_media_tests.py
Expand Up @@ -386,7 +386,6 @@ def __init__(self):
'run_marionette_tests',
'submit_treeherder_complete',
],
config={'download_symbols': True, },
)
dirs = self.query_abs_dirs()
requirements_file = os.path.join(dirs['base_work_dir'], 'requirements.txt')
Expand Down

0 comments on commit 900dcd8

Please sign in to comment.