Skip to content

Commit

Permalink
Removed conditional around create_db
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Warren committed Aug 13, 2015
1 parent f39e6c6 commit bda953a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/boulder-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ export GOPATH="${GOPATH:-/tmp/go}"

go get -d github.com/letsencrypt/boulder
cd $GOPATH/src/github.com/letsencrypt/boulder

if [ "${TRAVIS}" == "true" ]; then
./test/create_db.sh || die "unable to create the boulder database with test/create_db.sh"
fi

./test/create_db.sh
./start.py &
# Hopefully start.py bootstraps before integration test is started...

0 comments on commit bda953a

Please sign in to comment.