From 439d6d72306dd76711078dbc73af99669575a4ec Mon Sep 17 00:00:00 2001 From: Geoff Brown Date: Wed, 3 Apr 2013 21:11:26 -0600 Subject: [PATCH] Bug 855146 - Enable SpecialPowers in robocop tests; r=jmaher --- testing/mochitest/runtestsremote.py | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/mochitest/runtestsremote.py b/testing/mochitest/runtestsremote.py index 03172dec7f8f..1ad8707d39c0 100644 --- a/testing/mochitest/runtestsremote.py +++ b/testing/mochitest/runtestsremote.py @@ -312,7 +312,6 @@ class MochiRemote(Mochitest): shutil.rmtree(os.path.join(options.profilePath, 'extensions', 'staged', 'mochikit@mozilla.org')) shutil.rmtree(os.path.join(options.profilePath, 'extensions', 'staged', 'worker-test@mozilla.org')) shutil.rmtree(os.path.join(options.profilePath, 'extensions', 'staged', 'workerbootstrap-test@mozilla.org')) - shutil.rmtree(os.path.join(options.profilePath, 'extensions', 'staged', 'special-powers@mozilla.org')) os.remove(os.path.join(options.profilePath, 'userChrome.css')) if os.path.exists(os.path.join(options.profilePath, 'tests.jar')): os.remove(os.path.join(options.profilePath, 'tests.jar'))