From 9511c434329645cc44ae2ca37efbdd0b757d6377 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 12 Apr 2015 20:28:50 -0400 Subject: [PATCH] Create empty data directory in test profile This prevents the data directory migration prompt from showing up if there's an existing data directory inside the Standalone profile. --- test/runtests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/runtests.sh b/test/runtests.sh index 6da6f8796d..ee9ee850a4 100755 --- a/test/runtests.sh +++ b/test/runtests.sh @@ -70,6 +70,9 @@ echo "$ZOTERO_UNIT_PATH" > "$PROFILE/extensions/zotero-unit@zotero.org" makePath ZOTERO_PATH "`dirname "$CWD"`" echo "$ZOTERO_PATH" > "$PROFILE/extensions/zotero@chnm.gmu.edu" +# Create data directory +mkdir "$PROFILE/zotero" + cat < "$PROFILE/prefs.js" user_pref("extensions.autoDisableScopes", 0); user_pref("extensions.zotero.debug.log", $DEBUG);