mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	Enable console colour in the approval tests on windows.
This commit is contained in:
		
				
					committed by
					
						
						Martin Hořeňovský
					
				
			
			
				
	
			
			
			
						parent
						
							e5fe3e877a
						
					
				
				
					commit
					90988f578c
				
			@@ -12,6 +12,10 @@ import difflib
 | 
			
		||||
import scriptCommon
 | 
			
		||||
from scriptCommon import catchPath
 | 
			
		||||
 | 
			
		||||
if os.name == 'nt':
 | 
			
		||||
	# Enable console colours on windows
 | 
			
		||||
	os.system('')
 | 
			
		||||
 | 
			
		||||
rootPath = os.path.join(catchPath, 'projects/SelfTest/Baselines')
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user