Skip to content

Commit

Permalink
Drop windshaft_test2 before re-creating it
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Santilli committed Jun 18, 2014
1 parent 21b1645 commit 2552ce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/prepare_test
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dropdb windshaft_test | 2>&1
createdb -EUTF8 windshaft_test || die "Could not create test database"
psql -c 'create extension postgis' windshaft_test ||
die "Could not install postgis in test database"
dropdb windshaft_test2 | 2>&1
createdb -T windshaft_test -E UTF8 windshaft_test2 || die "Could not create test database 2"

echo "...Populating windshaft_test database with test data"
Expand Down

0 comments on commit 2552ce9

Please sign in to comment.