Hi all;
I have been rethinking a bit the decision to move to pgTAP for db-level
tests and would like feedback on this. Right now we have our own test
harness and a Perl wrapper that maps this back to the Perl TAP framework.
It works well but total test coverage is a bit problematic. pgTAP would
Me personally I cannot use the delete-company-database.sh as
supplied because my postgres user account is set up as not able
to login.
What I have to do is use sudo prefixed in each of the four places
su is used (see attached svn diff), since I have sudo su
privileges configured for my person