Skip to content

Commit

Permalink
Update README for 'make test'
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Jan 29, 2010
1 parent 55b195e commit 39f589f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.plparrot
Expand Up @@ -12,6 +12,13 @@ For the impatient, to install PL/Parrot into a PostgreSQL database, just do this
make install
make installcheck


To run the tests with pg_prove you should create the plpgsql language in your database.
The default database name is your current username, so this should work:

createlang plpgsql $USER
make test

If you encounter an error such as:

"Makefile", line 8: Need an operator
Expand Down

0 comments on commit 39f589f

Please sign in to comment.