aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-gunicorn/run-ptest
blob: 5ca7e26e8a7887045374214b657af9d73027d06d (plain)
1
2
3
4
5
6
7
#!/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