mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 14:30:43 +00:00
Bug 1097334: Fix console tests in mochitest-jetpack by setting the default log level to info. r=erikvold
This commit is contained in:
parent
d945800811
commit
ee4eba3ba8
@ -47,6 +47,9 @@ function installAddon(url) {
|
||||
logLevel: "verbose",
|
||||
format: "tbpl",
|
||||
},
|
||||
console: {
|
||||
logLevel: "info",
|
||||
},
|
||||
}
|
||||
setPrefs("extensions." + install.addon.id + ".sdk", options);
|
||||
|
||||
|
@ -156,6 +156,9 @@ function testInit() {
|
||||
logLevel: "verbose",
|
||||
format: "tbpl",
|
||||
},
|
||||
console: {
|
||||
logLevel: "info",
|
||||
},
|
||||
}
|
||||
setPrefs("extensions." + TEST_ID + ".sdk", options);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user