mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 01:42:55 +00:00
Fix an error in the path
This commit is contained in:
@@ -37,7 +37,7 @@ def test_cloud_regress(
|
||||
)
|
||||
conn.rollback()
|
||||
regress_bin = pg_distrib_dir / "lib/postgresql/pgxs/src/test/regress/pg_regress"
|
||||
runpath = base_dir / f"build/{pg_version.v_prefixed}/src/test/regress"
|
||||
runpath = base_dir / f"vendor/{pg_version.v_prefixed}/src/test/regress"
|
||||
|
||||
env_vars = {
|
||||
"PGHOST": remote_pg.default_options["host"],
|
||||
|
||||
Reference in New Issue
Block a user