Closed jameshartig closed 8 months ago
Btw, may want to pin the tests to a specific version of boulder so the tests aren't tied to changes to that package.
Yeah I'll work on this more this week. Should I just make a submodule in a test directory?
Maybe just add this to the tests:
git clone https://github.com/letsencrypt/boulder.git $GOPATH/src/github.com/letsencrypt/boulder
cd $GOPATH/src/github.com/letsencrypt/boulder
git reset --hard $SHA1
Definitely don't want to commit boulder. Downloading this package should be a light operation.
Fixing boulder in tests