mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-17 10:22:56 +00:00
Fix Line
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user