Created
December 23, 2013 12:49
-
-
Save wcravens/8096594 to your computer and use it in GitHub Desktop.
pg_prove not picking up files in test/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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