Bug 995027 better logging - set experiments.logging.dump to true during test runs so that logging goes to the console even during shutdown, r=gfritzsche

This commit is contained in:
Benjamin Smedberg 2014-04-28 10:48:03 -04:00
parent ceecf2c0e5
commit 9ef2f5b211

View File

@ -54,6 +54,7 @@ user_pref("font.size.inflation.minTwips", 0);
// AddonManager tests require that the experiments provider be present.
user_pref("experiments.supported", true);
user_pref("experiments.logging.level", "Trace");
user_pref("experiments.logging.dump", true);
// Point the manifest at something local so we don't risk it hitting production
// data and installing experiments that may vary over time.
user_pref("experiments.manifest.uri", "http://%(server)s/experiments-dummy/manifest");