commit ae69fbbd9bd9fcda5afd3a2d88c3b584f4d3c38c
parent ee6793a9e6287f939bd7552736a809f78d1d6760
Author: Dan Stillman <dstillman@zotero.org>
Date: Thu, 29 Oct 2015 02:59:38 -0400
Disable Firefox extension signature checking during tests
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/test/runtests.sh b/test/runtests.sh
@@ -107,6 +107,7 @@ user_pref("extensions.zotero.firstRun2", false);
user_pref("extensions.zotero.reportTranslationFailure", false);
user_pref("extensions.zotero.httpServer.enabled", true);
user_pref("extensions.zotero.backup.numBackups", 0);
+user_pref("xpinstall.signatures.required", false);
EOF
# -v flag on Windows makes Firefox process hang