Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit77fd5f9

Browse files
committed
[skip travis] test packages for std|ent
1 parent3c7fb9f commit77fd5f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎packaging/test/scripts/rpm_forks.sh‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ulimit -n 1024
1313

1414
PG_TOG=$(echo$PG_VERSION| sed's|\.||g')
1515

16-
if [${PBK_EDITION}=='ent' ];then
16+
if [${PBK_PBK_EDITION}=='ent' ];then
1717
exit 0
1818
fi
1919

@@ -71,7 +71,7 @@ yum install -y ${PKG_NAME}
7171
${PKG_NAME} --help
7272
${PKG_NAME} --version
7373

74-
if [$EDITION=='std' ];then
74+
if [$PBK_EDITION=='std' ];then
7575

7676
# install POSTGRESQL
7777
# rpm -ivh https://download.postgresql.org/pub/repos/yum/reporpms/EL-${DISTRIB_VERSION}-x86_64/pgdg-redhat-repo-latest.noarch.rpm
@@ -120,11 +120,11 @@ sed -i "s/https/http/g" /etc/yum.repos.d/pg_probackup-forks.repo
120120

121121
# yum update -y ${PKG_NAME}
122122
yum install -y${PKG_NAME}
123-
sleep 1
123+
124124
${PKG_NAME} --help
125125
${PKG_NAME} --version
126126

127-
if [$EDITION=='ent' ];then
127+
if [$PBK_EDITION=='ent' ];then
128128
exit 0
129129
fi
130130

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp