mirror of
				https://github.com/YosysHQ/sby.git
				synced 2025-11-03 22:29:12 +00:00 
			
		
		
		
	tests: Ignore .sby files starting with skip_
This commit is contained in:
		
							parent
							
								
									9a14f4d238
								
							
						
					
					
						commit
						ea84c67f95
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -18,6 +18,8 @@ def collect(path):
 | 
			
		|||
        if not SAFE_PATH.match(filename):
 | 
			
		||||
            print(f"skipping {filename!r}, use only [a-zA-Z0-9_./] in filenames")
 | 
			
		||||
            continue
 | 
			
		||||
        if entry.name.startswith("skip_"):
 | 
			
		||||
            continue
 | 
			
		||||
        tests.append(entry)
 | 
			
		||||
    for entry in path.glob("*"):
 | 
			
		||||
        if entry.is_dir():
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue