Pull few fixes in libecpg from downstream test
This commit is contained in:
parent
a5a1bf9034
commit
af95dbdee7
1 changed files with 3 additions and 1 deletions
|
|
@ -34,7 +34,8 @@ PACKAGE_LIBECPG_DEVEL="libecpg-devel"
|
|||
rlJournalStart
|
||||
rlPhaseStart FAIL "Setup"
|
||||
rlRun "rlImport database/postgresql"
|
||||
PGDATA="$(postgresqlDataDir)";
|
||||
PGDATA="$postgresqlDataDir"
|
||||
rlRun "rpm -q libecpg-devel || dnf --enablerepo '*CRB' -y install libecpg-devel" 0 "Workaround to install libecpg-devel from CRB"
|
||||
PACKAGES="$PACKAGES ${postgresqlPackagePrefix}${PACKAGE_LIBECPG_DEVEL} \
|
||||
${postgresqlPackagePrefix}${PACKAGE} \
|
||||
${postgresqlPackagePrefix}${PACKAGE}-server";
|
||||
|
|
@ -43,6 +44,7 @@ rlJournalStart
|
|||
done
|
||||
rlRun "TestDir=$PWD"
|
||||
rlRun "TmpDir=\$(mktemp -d)" 0 "Creating tmp directory"
|
||||
rlRun "chmod 777 $TmpDir"
|
||||
rlRun "pushd $TmpDir"
|
||||
rlPhaseEnd
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue