mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 917576. Parse non-string pref values. r=ahal
This commit is contained in:
parent
b93eaca87b
commit
60d2049353
@ -79,7 +79,7 @@ class RefTest(object):
|
||||
if len(thispref) < 2:
|
||||
print "Error: syntax error in --setpref=" + v
|
||||
sys.exit(1)
|
||||
prefs[thispref[0]] = thispref[1]
|
||||
prefs[thispref[0]] = mozprofile.Preferences.cast(thispref[1].strip())
|
||||
|
||||
# install the reftest extension bits into the profile
|
||||
addons = []
|
||||
|
Loading…
Reference in New Issue
Block a user