Skip to content

Commit

Permalink
Remove spamming messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane Brunner committed Aug 8, 2013
1 parent 01c54d1 commit 970b1aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tilecloud_chain/tests/create_test_data.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
createdb -E UTF8 -T template0 tests
psql -d tests -f /usr/share/postgresql/9.1/contrib/postgis-1.5/postgis.sql
psql -d tests -f /usr/share/postgresql/9.1/contrib/postgis-1.5/spatial_ref_sys.sql
psql -d tests -f /usr/share/postgresql/9.1/contrib/postgis-1.5/postgis.sql > /dev/null
psql -d tests -f /usr/share/postgresql/9.1/contrib/postgis-1.5/spatial_ref_sys.sql > /dev/null
#psql -d tests -c "CREATE EXTENSION postgis"
psql -d tests -c "ALTER USER postgres WITH PASSWORD 'postgres';"

Expand Down

0 comments on commit 970b1aa

Please sign in to comment.