mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
Require tests pass in dev release.
This commit is contained in:
parent
5edd809161
commit
ce41201861
1 changed files with 1 additions and 2 deletions
|
|
@ -88,8 +88,7 @@ mkdir ../kgs
|
|||
kgs="../kgs/$version"
|
||||
pip freeze | tee $kgs
|
||||
pip install nose
|
||||
# TODO: letsencrypt_apache fails due to symlink, c.f. #838
|
||||
nosetests letsencrypt $SUBPKGS || true
|
||||
nosetests letsencrypt $SUBPKGS
|
||||
|
||||
echo "New root: $root"
|
||||
echo "KGS is at $root/kgs"
|
||||
|
|
|
|||
Loading…
Reference in a new issue