author | Geoff Brown <gbrown@mozilla.com> |
Wed, 03 Apr 2013 21:11:26 -0600 | |
changeset 127624 | 343da9f79907e562799c3f7302a072f7c4a9e888 |
parent 127623 | e9113b268416457ddfd14fdc93f1dfa2bc9b8726 |
child 127625 | b50cc6512288ead34bde14a77d5d531e50295d60 |
push id | 24509 |
push user | ryanvm@gmail.com |
push date | Fri, 05 Apr 2013 00:57:47 +0000 |
treeherder | mozilla-central@55f9e3e3dae7 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jmaher |
bugs | 855146 |
milestone | 23.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/testing/mochitest/runtestsremote.py +++ b/testing/mochitest/runtestsremote.py @@ -307,17 +307,16 @@ class MochiRemote(Mochitest): self._dm.removeDir(self.remoteProfile) # we do not need this for robotium based tests, lets save a LOT of time if options.robocop: shutil.rmtree(os.path.join(options.profilePath, 'webapps')) 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')) if os.path.exists(os.path.join(options.profilePath, 'tests.manifest')): os.remove(os.path.join(options.profilePath, 'tests.manifest')) try: self._dm.pushDir(options.profilePath, self.remoteProfile)