blob: 5ca7e26e8a7887045374214b657af9d73027d06d [file] [log] [blame]
#!/bin/sh
# there needs to be something in /etc/resolv.conf for the gunicorn
# ptests to work, so make sure there's at least one nameserver line
echo "nameserver 8.8.8.8" >> /etc/resolv.conf
pytest --automake