Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
dont stop before you start again
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Hammel committed Jan 24, 2011
1 parent 215651a commit 52c0bc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mozrunner/mozrunner/__init__.py
Expand Up @@ -463,7 +463,6 @@ def start(self):
"""Run self.command in the proper environment."""
if self.profile is None:
self.profile = self.profile_class()
self.stop() # ensure you are stopped
self.process_handler = run_command(self.command+self.cmdargs, self.env, **self.kp_kwargs)

def wait(self, timeout=None):
Expand Down

0 comments on commit 52c0bc3

Please sign in to comment.