Skip to content

Commit 0a32890

Browse files
committed
test: update pgdg package name for tests
1 parent 994ccb1 commit 0a32890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ yum install -y tar make rpm-build python2-devel python-setuptools
1414
make rpm && yum install -y mamonsu*.rpm
1515

1616
# install postgres
17-
yum install -y https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-6-x86_64/pgdg-centos95-9.5-3.noarch.rpm
17+
yum install -y https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-6-x86_64/pgdg-redhat-repo-42.0-11.noarch.rpm
1818
yum install -y postgresql95-server postgresql95-contrib
1919
su postgres -c '/usr/pgsql-9.5/bin/initdb -D /var/lib/pgsql/9.5/data'
2020
su postgres -c '/usr/pgsql-9.5/bin/pg_ctl start -w -D /var/lib/pgsql/9.5/data'

0 commit comments

Comments
 (0)