Fix an error in the path

This commit is contained in:
Alexey Masterov
2024-09-06 13:27:05 +02:00
parent d0cf670b76
commit 6c679f722c

View File

@@ -36,7 +36,7 @@ def test_cloud_regress(
"RETURNS int AS 'regress.so' LANGUAGE C STRICT STABLE PARALLEL SAFE;"
)
conn.rollback()
regress_bin = pg_distrib_dir / "lib/postgresql/pgxs/src/test/regress/pg_regress"
regress_bin = pg_distrib_dir / f"{pg_version.v_prefixed}/lib/postgresql/pgxs/src/test/regress/pg_regress"
runpath = base_dir / f"vendor/postgres-{pg_version.v_prefixed}/src/test/regress"
env_vars = {