tests: run pip tests using fdroid that pip installed

This commit is contained in:
Hans-Christoph Steiner 2021-01-23 13:36:41 +01:00
parent f6b5f74ec6
commit aebf70a763
2 changed files with 11 additions and 2 deletions

View file

@ -129,7 +129,7 @@ ubuntu_bionic_pip:
- $pip install dist/fdroidserver-*.tar.gz
- tar xzf dist/fdroidserver-*.tar.gz
- cd fdroidserver-*
- ./tests/run-tests
- fdroid=`which fdroid` ./tests/run-tests
# test install process on a bleeding edge distro with pip
arch_pip_install: