mirror of https://github.com/citusdata/citus.git
Use expecteddir option in _run_pg_regress()
parent
110b4192b2
commit
e32ba70340
|
@ -294,6 +294,9 @@ def _run_pg_regress(
|
||||||
output_dir,
|
output_dir,
|
||||||
"--use-existing",
|
"--use-existing",
|
||||||
]
|
]
|
||||||
|
if PG_MAJOR_VERSION >= 16:
|
||||||
|
command.append("--expecteddir")
|
||||||
|
command.append(output_dir)
|
||||||
if extra_tests != "":
|
if extra_tests != "":
|
||||||
command.append(extra_tests)
|
command.append(extra_tests)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue