b=431494
r=rcampbell - set flag when creating/updating profiles, avoids places.sqlite growing out-of control git-svn-id: svn://10.0.0.236/trunk@250982 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
595e8e571f
commit
0225f60d20
@ -623,7 +623,7 @@ class CreateProfile(ShellCommand):
|
||||
warnOnFailure = True
|
||||
description = ["create profile"]
|
||||
descriptionDone = ["create profile complete"]
|
||||
command = r'python mozilla/testing/tools/profiles/createTestingProfile.py --binary mozilla/objdir/dist/bin/firefox'
|
||||
command = r'python mozilla/testing/tools/profiles/createTestingProfile.py --clobber --binary mozilla/objdir/dist/bin/firefox'
|
||||
|
||||
class CreateProfileWin(CreateProfile):
|
||||
command = r'python mozilla\testing\tools\profiles\createTestingProfile.py --binary mozilla\objdir\dist\bin\firefox.exe'
|
||||
command = r'python mozilla\testing\tools\profiles\createTestingProfile.py --clobber --binary mozilla\objdir\dist\bin\firefox.exe'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user