mirror of
https://github.com/certbot/certbot.git
synced 2026-08-04 12:13:34 +02:00
Merge pull request #710 from kuba/boulder-start-fixes
boulder-start.sh fixes
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
#!/bin/sh -x
|
#!/bin/sh -xe
|
||||||
# Download and run Boulder instance for integration testing
|
# Download and run Boulder instance for integration testing
|
||||||
|
|
||||||
export GOPATH="${GOPATH:-/tmp/go}"
|
export GOPATH="${GOPATH:-/tmp/go}"
|
||||||
|
|
||||||
go get -d github.com/letsencrypt/boulder
|
# `/...` avoids `no buildable Go source files` errors, for more info
|
||||||
|
# see `go help packages`
|
||||||
|
go get -d github.com/letsencrypt/boulder/...
|
||||||
cd $GOPATH/src/github.com/letsencrypt/boulder
|
cd $GOPATH/src/github.com/letsencrypt/boulder
|
||||||
./test/create_db.sh
|
./test/create_db.sh
|
||||||
./start.py &
|
./start.py &
|
||||||
|
|||||||
Reference in New Issue
Block a user