dumb-init/ci/docker-deb-test

13 lines
230 B
Text
Raw Normal View History

2016-07-02 21:36:30 +03:00
#!/bin/bash -eux
set -o pipefail
2021-10-07 21:19:38 +03:00
apt-get update
apt-get -y --no-install-recommends install python3-pip procps
2016-07-02 21:36:30 +03:00
2021-10-07 21:19:38 +03:00
cd /mnt
2016-07-02 21:36:30 +03:00
dpkg -i dist/*.deb
pip3 install -r requirements-dev.txt
pytest tests/
2016-07-02 21:36:30 +03:00
exec dumb-init /mnt/tests/test-zombies