summaryrefslogtreecommitdiff
path: root/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-betamax/run-ptest
blob: 531af4d015e0b9837af0210bd1dc27632fe401b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh



if ! nslookup httpbin.org >/dev/null 2>&1 ; then
    trap 'mv /etc/resolv.conf.bak /etc/resolv.conf' INT EXIT
    mv /etc/resolv.conf /etc/resolv.conf.bak    
    echo "nameserver 8.8.8.8" > /etc/resolv.conf
fi

pytest --automake