mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
s/--letsencrypt/--certbot
This commit is contained in:
parent
47c874cd1d
commit
4627971dc6
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ cd $GOPATH/src/github.com/letsencrypt/boulder/
|
|||
|
||||
# boulder's integration-test.py has code that knows to start and wait for the
|
||||
# boulder processes to start reliably and then will run the certbot
|
||||
# boulder-interation.sh on its own. The --letsencrypt flag says to run only the
|
||||
# boulder-interation.sh on its own. The --certbot flag says to run only the
|
||||
# certbot tests (instead of any other client tests it might run). We're
|
||||
# going to want to define a more robust interaction point between the boulder
|
||||
# and certbot tests, but that will be better built off of this.
|
||||
python test/integration-test.py --letsencrypt
|
||||
python test/integration-test.py --certbot
|
||||
|
|
|
|||
Loading…
Reference in a new issue