From 970b1aa7e9e6e92f77a1e3b6221c873f732d8a40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Thu, 8 Aug 2013 19:59:29 +0200 Subject: [PATCH] Remove spamming messages --- tilecloud_chain/tests/create_test_data.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tilecloud_chain/tests/create_test_data.sh b/tilecloud_chain/tests/create_test_data.sh index 6583227a6..1815aef03 100755 --- a/tilecloud_chain/tests/create_test_data.sh +++ b/tilecloud_chain/tests/create_test_data.sh @@ -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';"