Skip to content

Commit

Permalink
Merge pull request #29 from sydvicious/bug1223940-symbols-url-not-req…
Browse files Browse the repository at this point in the history
…uired

Bug 1223940 - No longer require symbols url; TestingMixin will automa…
  • Loading branch information
mjzffr committed Nov 12, 2015
2 parents a9832ed + 2462552 commit 53db17f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions run_media_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,15 +446,6 @@ def log_action_completed(self, action, success=None):
msg += ' - Result: %s' % (self.job_result_parser.status or UNKNOWN)
self.info(msg)

def preflight_download_and_extract(self):
super(FirefoxMediaTest, self).preflight_download_and_extract()
message = ''
if not self.symbols_url:
message += ("symbols-url isn't set!\n"
"You can set this by specifying --symbols-url URL.\n")
if message:
self.fatal(message + "Can't run download-and-extract... exiting")

def download_and_extract(self, target_unzip_dirs=None):
"""
download and extract test zip / download installer
Expand Down

0 comments on commit 53db17f

Please sign in to comment.