Fix FreeBSD package install in test setup.sh.

(cherry picked from commit c3d3b6cedc)
This commit is contained in:
Matt Clay 2018-05-29 22:00:18 -07:00
parent b48b5c585e
commit 48f6670b49

View file

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