diff --git a/src/testing/postgresql.py b/src/testing/postgresql.py index 4ac2fb1..1628993 100644 --- a/src/testing/postgresql.py +++ b/src/testing/postgresql.py @@ -30,8 +30,8 @@ SEARCH_PATHS = (['/usr/local/pgsql', '/usr/local'] + glob('/usr/pgsql-*') + # for CentOS/RHEL glob('/usr/lib/postgresql/*') + # for Debian/Ubuntu - glob('/opt/local/lib/postgresql*')) # for MacPorts - + glob('/opt/local/lib/postgresql*') + # for MacPorts + glob('/usr/local/opt/postgresql*')) # for Homebrew class Postgresql(Database): DEFAULT_SETTINGS = dict(auto_start=2,