mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
* Also replace ${PYTHON_PN} with python3
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 lines
211 B
Bash
8 lines
211 B
Bash
#!/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
|