Rationalize test script

This commit is contained in:
Adrien Ferrand 2020-09-04 23:38:32 +02:00
parent 31a6a0eb59
commit d13b6a4c8b

View file

@ -40,9 +40,7 @@ for pkg in acme certbot $PLUGINS; do
tar -xvf "$pkg-$VERSION.tar.gz"
cd "$pkg-$VERSION"
python setup.py build
cd build/lib
python -m pytest ../../tests
cd -
python -m pytest
python setup.py install
cd $TEMP_DIR
cd -
done