mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	Fix run-test-suite.pl with coverage
This commit is contained in:
		
							parent
							
								
									10c767488b
								
							
						
					
					
						commit
						e88b49323e
					
				@ -6,7 +6,7 @@ use strict;
 | 
			
		||||
use utf8;
 | 
			
		||||
use open qw(:std utf8);
 | 
			
		||||
 | 
			
		||||
my @suites = grep { ! /\.c$/ } glob 'test_suite_*';
 | 
			
		||||
my @suites = grep { ! /\.(?:c|gcno)$/ } glob 'test_suite_*';
 | 
			
		||||
die "$0: no test suite found\n" unless @suites;
 | 
			
		||||
 | 
			
		||||
# in case test suites are linked dynamically
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user