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:
		@@ -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";
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user