mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:14:54 +02:00
Testfarm test new leauto (#3845)
Test farm tests should test the version of letsencrypt-auto that's in the git tree, not the one from the previous release. * Test the new leauto, not the previously released one
This commit is contained in:
committed by
Brad Warren
parent
da3332ccfa
commit
93f0846fa4
@@ -7,7 +7,7 @@
|
||||
#public_ip=$(curl -s http://169.254.169.254/2014-11-05/meta-data/public-ipv4)
|
||||
#private_ip=$(curl -s http://169.254.169.254/2014-11-05/meta-data/local-ipv4)
|
||||
|
||||
cd letsencrypt
|
||||
cd letsencrypt/letsencrypt-auto-source
|
||||
./letsencrypt-auto --os-packages-only --debug --version
|
||||
./letsencrypt-auto certonly --no-self-upgrade -v --standalone --debug \
|
||||
--text --agree-dev-preview --agree-tos \
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
|
||||
cd letsencrypt
|
||||
# help installs virtualenv and does nothing else
|
||||
./letsencrypt-auto -v --debug --help all
|
||||
./letsencrypt-auto-source/letsencrypt-auto -v --debug --help all
|
||||
|
||||
Reference in New Issue
Block a user