Bug 855146 - Enable SpecialPowers in robocop tests; r=jmaher

This commit is contained in:
Geoff Brown 2013-04-03 21:11:26 -06:00
Родитель 088e490a32
Коммит 439d6d7230
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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'))