Remove executable version output in test runner

Now that we're using our own build, we output it in other places
This commit is contained in:
Dan Stillman 2023-04-29 03:16:23 -04:00
parent e46ae13a5a
commit 7e6af7f541

View file

@ -163,11 +163,6 @@ user_pref("extensions.zoteroWinWordIntegration.skipInstallation", true);
user_pref("extensions.zoteroOpenOfficeIntegration.skipInstallation", true);
EOF
# -v flag on Windows makes Firefox process hang
if [ -z $IS_CYGWIN ]; then
echo "`MOZ_NO_REMOTE=1 NO_EM_RESTART=1 \"$Z_EXECUTABLE\" -v`"
fi
if [ -n "$CI" ]; then
Z_ARGS="$Z_ARGS -ZoteroAutomatedTest -ZoteroTestTimeout 15000"
fi