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:
parent
e46ae13a5a
commit
7e6af7f541
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue