Sign in
gbmc
/
openbmc
/
1bfad8ca5f28047f0f561792bbbb7202a9f82c6e
/
.
/
meta-openembedded
/
meta-python
/
recipes-devtools
/
python
/
python3-gunicorn
/
run-ptest
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