mirror of
https://github.com/postgres/postgres.git
synced 2025-05-09 18:21:05 +03:00
Add required psqldir setting for isolation checks.
This commit is contained in:
parent
ec645ef346
commit
df15d11cb5
@ -144,7 +144,9 @@ sub isolationcheck
|
||||
copy("../../../$Config/isolation_tester/isolation_tester.exe",".");
|
||||
my @args = (
|
||||
"../../../$Config/pg_isolation_regress/pg_isolation_regress",
|
||||
"--inputdir=.", "--schedule=./isolation_schedule"
|
||||
"--psqldir=../../../$Config/psql",
|
||||
"--inputdir=.",
|
||||
"--schedule=./isolation_schedule"
|
||||
);
|
||||
push(@args,$maxconn) if $maxconn;
|
||||
system(@args);
|
||||
|
Loading…
x
Reference in New Issue
Block a user