commit 213325636d81edc6ed3a9e40ea6e56d2543070c5
parent c407675d6a1fe5d53cae55c132c20f6d6275f709
Author: Dan Stillman <dstillman@zotero.org>
Date: Thu, 11 Jun 2015 16:06:32 -0400
Disable automatic backups during test runs
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/test/runtests.sh b/test/runtests.sh
@@ -106,6 +106,7 @@ user_pref("extensions.zotero.firstRunGuidance", false);
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);
EOF
# -v flag on Windows makes Firefox process hang