mirror of
https://github.com/certbot/certbot.git
synced 2026-04-25 08:07:16 -04:00
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
7 lines
234 B
Bash
Executable file
7 lines
234 B
Bash
Executable file
#!/bin/bash -x
|
|
|
|
# $PUBLIC_IP $PRIVATE_IP $PUBLIC_HOSTNAME $BOULDER_URL are dynamically set at execution
|
|
|
|
cd letsencrypt
|
|
# help installs virtualenv and does nothing else
|
|
./letsencrypt-auto-source/letsencrypt-auto -v --debug --help all
|