mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 799709 - Create a 10MB sdcard by default, r=jgriffin
This commit is contained in:
parent
64adc88806
commit
a68fce94de
@ -117,7 +117,7 @@ class B2GOptions(MochitestOptions):
|
||||
self.add_option("--sdcard", action="store",
|
||||
type="string", dest="sdcard",
|
||||
help="Define size of sdcard: 1MB, 50MB...etc")
|
||||
defaults["sdcard"] = None
|
||||
defaults["sdcard"] = "10MB"
|
||||
|
||||
self.add_option("--no-window", action="store_true",
|
||||
dest="noWindow",
|
||||
|
Loading…
Reference in New Issue
Block a user