www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 96f3cc18613b7abb9fadc7878f3c3fb67b10a671
parent 4f9366749c7cb2b8229afe84f9110987d58206bd
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed, 15 Apr 2015 00:48:03 -0400

Enable debug.time pref in tests

Diffstat:
Mtest/runtests.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/test/runtests.sh b/test/runtests.sh @@ -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