Fix the upgrade test for pg_jwt by adding the database name (#10738)

## Problem
The upgrade test for pg_jwt does not work correctly.
## Summary of changes
The script for the upgrade test is modified to use the database
`contrib_regression`.
This commit is contained in:
a-masterov
2025-02-10 10:56:46 +01:00
committed by GitHub
parent ac55e2dbe5
commit d204d51faf

View File

@@ -2,4 +2,4 @@
set -ex
cd "$(dirname ${0})"
patch -p1 <test-upgrade.patch
pg_prove test.sql
pg_prove -d contrib_regression test.sql