Skip to content

Commit

Permalink
Merge pull request #14 from ju2wheels/feature/centos_rhel_pg_path
Browse files Browse the repository at this point in the history
Add CentOS/RHEL postgesql home directory blob to search patterns.
  • Loading branch information
tk0miya committed Jan 12, 2017
2 parents 738c8eb + 577445d commit 9b20da2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/testing/postgresql.py
Expand Up @@ -28,6 +28,7 @@
__all__ = ['Postgresql', 'skipIfNotFound']

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

Expand Down

0 comments on commit 9b20da2

Please sign in to comment.