Skip to content

Commit

Permalink
setup.sh should call create_db.sh (letsencrypt#1956)
Browse files Browse the repository at this point in the history
Restore the creation of the database and roles, removed in
e2995b3

Ref letsencrypt#1287 letsencrypt#1887, Closes letsencrypt#1955
  • Loading branch information
weppos authored and jsha committed Jun 22, 2016
1 parent d3db851 commit a2bb1a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ go get \
github.com/tools/godep \
golang.org/x/tools/cover &

# Create the database and roles
./test/create_db.sh &

(curl -sL https://github.com/google/protobuf/releases/download/v2.6.1/protobuf-2.6.1.tar.gz | \
tar -xzv &&
cd protobuf-2.6.1 && ./configure --prefix=$HOME && make && make install) &
Expand Down

0 comments on commit a2bb1a5

Please sign in to comment.