Fix FreeBSD package install in test setup.sh.
This commit is contained in:
parent
0e0a5243c8
commit
c3d3b6cedc
1 changed files with 3 additions and 0 deletions
|
@ -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..."
|
||||
|
|
Loading…
Reference in a new issue