Bug 1097334: Fix console tests in mochitest-jetpack by setting the default log level to info. r=erikvold

This commit is contained in:
Dave Townsend 2014-11-17 09:58:08 -08:00
parent d945800811
commit ee4eba3ba8
2 changed files with 6 additions and 0 deletions

View File

@ -47,6 +47,9 @@ function installAddon(url) {
logLevel: "verbose",
format: "tbpl",
},
console: {
logLevel: "info",
},
}
setPrefs("extensions." + install.addon.id + ".sdk", options);

View File

@ -156,6 +156,9 @@ function testInit() {
logLevel: "verbose",
format: "tbpl",
},
console: {
logLevel: "info",
},
}
setPrefs("extensions." + TEST_ID + ".sdk", options);