www

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

commit 2b8a5ba0b71ffd5b1ea56ff93ef4fbdbb7a9e210
parent a8e5f849f9211c1eb8439e05bca2c80bd8f0d1d1
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri, 23 Oct 2015 02:16:52 -0400

Disable extension signing check for test runs

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

diff --git a/test/runtests.sh b/test/runtests.sh @@ -88,6 +88,7 @@ user_pref("extensions.zotero.debug.time", $DEBUG); user_pref("extensions.zotero.firstRunGuidance", false); user_pref("extensions.zotero.firstRun2", false); user_pref("extensions.zotero.reportTranslationFailure", false); +user_pref("xpinstall.signatures.required", false); EOF # -v flag on Windows makes Firefox process hang