mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Rationalize test script
This commit is contained in:
parent
31a6a0eb59
commit
d13b6a4c8b
1 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue