mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-02-07 12:50:32 +03:00
Try to install the hstore type in the test database.
This commit is contained in:
parent
1b100b5cbf
commit
6cb949d371
5
Makefile
5
Makefile
|
@ -12,4 +12,9 @@ check:
|
|||
dropdb $(TESTDB) >/dev/null; \
|
||||
fi
|
||||
createdb $(TESTDB)
|
||||
# Note to packagers: this requires the postgres user running the test
|
||||
# to be a superuser. You may change this line to use the superuser only
|
||||
# to install the contrib. Feel free to suggest a better way to set up the
|
||||
# testing environment (as the current is enough for development).
|
||||
psql -f `pg_config --sharedir`/contrib/hstore.sql $(TESTDB)
|
||||
PSYCOPG2_TESTDB=$(TESTDB) $(PYTHON) runtests.py --verbose
|
||||
|
|
Loading…
Reference in New Issue
Block a user