Skip to content

Instantly share code, notes, and snippets.

@wcravens
Created December 23, 2013 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wcravens/8096594 to your computer and use it in GitHub Desktop.
Save wcravens/8096594 to your computer and use it in GitHub Desktop.
pg_prove not picking up files in test/
wcravens@aberforth:~/Repos/hoas/database$ pg_prove --version
pg_prove 3.29
wcravens@aberforth:~/Repos/hoas/database$ ls test/*
test/address.sql
wcravens@aberforth:~/Repos/hoas/database$ pg_prove -d hoas_test test/*.sql
test/address.sql .. ok
All tests successful.
Files=1, Tests=1, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.03 cusr 0.00 csys = 0.07 CPU)
Result: PASS
wcravens@aberforth:~/Repos/hoas/database$ pg_prove -d hoas_test test/
Files=0, Tests=0, 0 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU)
Result: NOTESTS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment