Skip to content

Commit

Permalink
pushd "${PG_SOURCE}/contrib/plr"- 230629_nonmesontest\mesonest(PREVWO…
Browse files Browse the repository at this point in the history
…RKS)_first_REL_17_STABLE_5bcc7e6dc8cb6fb6ab16c118a1e710fc85096f76
  • Loading branch information
AndreMikulec committed Aug 11, 2024
1 parent 03cbd43 commit 3448f38
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/buildPLR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2186,11 +2186,9 @@ jobs:
export PGUSER=$(whoami)
echo "PGUSER: ${PGUSER}"
mkdir "${PG_HOME}/contribplr"
cp -R * "${PG_HOME}/contribplr"
pushd "${PG_HOME}/contribplr"
pushd "${PG_SOURCE}/contrib/plr"
"${PKGLIBDIR}/pgxs/src/test/regress/pg_regress" --bindir="${PG_HOME}/bin" --dbname=pl_regression plr bad_fun opt_window do out_args plr_transaction opt_window_frame || (cat regression.diffs && false)
popd # fr "${PG_HOME}/contribplr"
popd # fr "${PG_SOURCE}/contrib/plr"
# Stop the cluster after
# the non-setup regression test (see above).
Expand Down

0 comments on commit 3448f38

Please sign in to comment.