Commit df15d11c authored by Andrew Dunstan's avatar Andrew Dunstan

Add required psqldir setting for isolation checks.

parent ec645ef3
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment