Enable debug.time pref in tests
This commit is contained in:
parent
4f9366749c
commit
96f3cc1861
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ mkdir "$PROFILE/zotero"
|
|||
cat <<EOF > "$PROFILE/prefs.js"
|
||||
user_pref("extensions.autoDisableScopes", 0);
|
||||
user_pref("extensions.zotero.debug.log", $DEBUG);
|
||||
user_pref("extensions.zotero.debug.time", $DEBUG);
|
||||
user_pref("extensions.zotero.firstRunGuidance", false);
|
||||
user_pref("extensions.zotero.firstRun2", false);
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue