From 0c41edaae2fb9a6d7d999b0651fa10f41967b21e Mon Sep 17 00:00:00 2001 From: Mikeal Rogers Date: Tue, 13 Oct 2009 14:49:34 -0700 Subject: [PATCH] Cleaning up final restart profile. --- mozmill/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mozmill/__init__.py b/mozmill/__init__.py index cb5f7670..e3df34cf 100644 --- a/mozmill/__init__.py +++ b/mozmill/__init__.py @@ -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):