mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Make Perl warnings fatal in newly added TAP tests
New TAP tests added by commits9a17be1eand4710b67dmissed to convert warnings to FATAL. This commit fixes that. Author: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
This commit is contained in:
		@@ -4,7 +4,7 @@
 | 
			
		||||
# across restarts.
 | 
			
		||||
 | 
			
		||||
use strict;
 | 
			
		||||
use warnings;
 | 
			
		||||
use warnings FATAL => 'all';
 | 
			
		||||
use PostgreSQL::Test::Cluster;
 | 
			
		||||
use PostgreSQL::Test::Utils;
 | 
			
		||||
use Test::More;
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
 | 
			
		||||
# Test for pg_upgrade of logical subscription
 | 
			
		||||
use strict;
 | 
			
		||||
use warnings;
 | 
			
		||||
use warnings FATAL => 'all';
 | 
			
		||||
 | 
			
		||||
use File::Find qw(find);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user