Skip to content

Commit

Permalink
Cleaning up final restart profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeal committed Oct 13, 2009
1 parent 91b8db8 commit 0c41eda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mozmill/__init__.py
Expand Up @@ -309,6 +309,9 @@ def run_tests(self, test_dir, report=False, sleeptime=4):
for d in test_dirs:
d = os.path.abspath(os.path.join(test_dir, d))
self.run_dir(d, report, sleeptime)

profile = self.runner.profile
profile.cleanup()

class Blank(object):
def stop(self):
Expand Down

0 comments on commit 0c41eda

Please sign in to comment.