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:
Peter Eckersley
2016-12-05 09:09:43 -08:00
committed by Brad Warren
parent da3332ccfa
commit 93f0846fa4
2 changed files with 2 additions and 2 deletions
@@ -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