Skip to content

Commit

Permalink
Update set-permissions in testing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
morty committed Jul 15, 2014
1 parent fa0294a commit 0c597ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/contributing/test.rst
Expand Up @@ -45,7 +45,7 @@ Create test databases:
sudo -u postgres createdb -O |database_user| |test_database| -E utf-8
sudo -u postgres createdb -O |database_user| |test_datastore| -E utf-8
paster datastore set-permissions postgres -c test-core.ini
paster datastore set-permissions -c test-core.ini | sudo -u postgres psql
This database connection is specified in the ``test-core.ini`` file by the
``sqlalchemy.url`` parameter.
Expand Down

0 comments on commit 0c597ee

Please sign in to comment.