This commit is contained in:
Alexey Masterov
2024-09-05 12:19:32 +02:00
parent afd25c896c
commit b54a919d51

View File

@@ -43,8 +43,8 @@ def test_cloud_regress(remote_pg: RemotePostgres):
"RETURNS int AS 'regress.so' LANGUAGE C STRICT STABLE PARALLEL SAFE;"
)
conn.rollback()
runpath = (f"{os.path.abspath(f'{os.path.relpath(__file__)}/../../')}/vendor/postgres-v{pg_version}'"
f"'/src/test/regress")
runpath = (f"{os.path.abspath(f'{os.path.relpath(__file__)}/../../')}"
f"/vendor/postgres-v{pg_version}/src/test/regress")
prefix = f"/tmp/neon/pg_install/v{pg_version}"
regress_bin = f"{prefix}/lib/postgresql/pgxs/src/test/regress/pg_regress"