1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-03 09:13:20 +03:00

Add missing $Test::Builder::Level settings

One of these was accidentally removed by c50624c.  The others are
added by analogy.

Discussion: https://www.postgresql.org/message-id/ae1143fb-455c-c80f-ed66-78d45bd93303@enterprisedb.com
This commit is contained in:
Peter Eisentraut
2021-09-23 22:49:20 +02:00
parent 88b0ae15bc
commit 73aa5e0caf
4 changed files with 8 additions and 0 deletions

View File

@@ -166,6 +166,8 @@ note "running tests";
sub test_access
{
local $Test::Builder::Level = $Test::Builder::Level + 1;
my ($node, $role, $expected_res, $test_name, %params) = @_;
my $connstr = "user=$role";