Fix FreeBSD package install in test setup.sh.

(cherry picked from commit c3d3b6cedc)
pull/40917/head
Matt Clay 7 years ago
parent b48b5c585e
commit 48f6670b49

@ -16,6 +16,9 @@ if [ "${platform}" = "freebsd" ]; then
curl \ curl \
gtar \ gtar \
python \ python \
py27-Jinja2 \
py27-virtualenv \
py27-cryptography \
sudo \ sudo \
&& break && break
echo "Failed to install packages. Sleeping before trying again..." echo "Failed to install packages. Sleeping before trying again..."

Loading…
Cancel
Save