Skip to content

Commit

Permalink
create and fill - "${PG_HOME}/contrib/plr" - 230629_nonmesontest\meso…
Browse files Browse the repository at this point in the history
…nest(PREVWORKS)_first_REL_17_STABLE_5bcc7e6dc8cb6fb6ab16c118a1e710fc85096f76
  • Loading branch information
AndreMikulec committed Aug 11, 2024
1 parent 87ecb63 commit 03cbd43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/buildPLR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2186,11 +2186,11 @@ jobs:
export PGUSER=$(whoami)
echo "PGUSER: ${PGUSER}"
mkdir "${PG_HOME}/contrib/plr"
cp -R * "${PG_HOME}/contrib/plr"
pushd "${PG_HOME}/contrib/plr"
mkdir "${PG_HOME}/contribplr"
cp -R * "${PG_HOME}/contribplr"
pushd "${PG_HOME}/contribplr"
"${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}/contrib/plr"
popd # fr "${PG_HOME}/contribplr"
# Stop the cluster after
# the non-setup regression test (see above).
Expand Down

0 comments on commit 03cbd43

Please sign in to comment.