Skip to content

Commit

Permalink
Bug 1445944 - [mozrunner] Remove ability to specify the 'wrap_command…
Browse files Browse the repository at this point in the history
…' function on an Application context r=rwood

This is a leftover artifact from the B2G days that isn't being used anymore.

MozReview-Commit-ID: FZoTwHltmAG
  • Loading branch information
ahal committed Apr 12, 2018
1 parent c510f4e commit 69074a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions testing/mozbase/mozrunner/mozrunner/base/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ def command(self):

# Bug 775416 - Ensure that binary options are passed in first
command[1:1] = self.cmdargs

if hasattr(self.app_ctx, 'wrap_command'):
command = self.app_ctx.wrap_command(command)
return command

def start(self, *args, **kwargs):
Expand Down

0 comments on commit 69074a1

Please sign in to comment.