mirror of
				https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
				synced 2025-11-04 10:34:05 +00:00 
			
		
		
		
	Rephrase 'Always failed' as it is confusing in Debian
This commit is contained in:
		
							parent
							
								
									6a2ca127c7
								
							
						
					
					
						commit
						8bbe112735
					
				@ -35,11 +35,11 @@ from britney2.policies.policy import BasePolicy, PolicyVerdict
 | 
			
		||||
EXCUSES_LABELS = {
 | 
			
		||||
    "PASS": '<span style="background:#87d96c">Pass</span>',
 | 
			
		||||
    "FAIL": '<span style="background:#ff6666">Failed</span>',
 | 
			
		||||
    "ALWAYSFAIL": '<span style="background:#e5c545">Always failed</span>',
 | 
			
		||||
    "ALWAYSFAIL": '<span style="background:#e5c545">Not a regression</span>',
 | 
			
		||||
    "REGRESSION": '<span style="background:#ff6666">Regression</span>',
 | 
			
		||||
    "IGNORE-FAIL": '<span style="background:#e5c545">Ignored failure</span>',
 | 
			
		||||
    "RUNNING": '<span style="background:#99ddff">Test in progress</span>',
 | 
			
		||||
    "RUNNING-ALWAYSFAIL": '<span style="background:#99ddff">Test in progress (always failed)</span>',
 | 
			
		||||
    "RUNNING-ALWAYSFAIL": '<span style="background:#99ddff">Test in progress (will not be considered a regression)</span>',
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
REF_TRIG = 'migration-reference/0'
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user