mirror of
				https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
				synced 2025-11-04 10:34:05 +00:00 
			
		
		
		
	Better docstring for BootTest.update().
This commit is contained in:
		
							parent
							
								
									599fda8505
								
							
						
					
					
						commit
						26d134e011
					
				@ -84,7 +84,11 @@ class BootTest(object):
 | 
			
		||||
        return 'IN PROGRESS'
 | 
			
		||||
 | 
			
		||||
    def update(self, excuse):
 | 
			
		||||
        """Update given 'excuse' and return True if it has failed.
 | 
			
		||||
        """Update given 'excuse'.
 | 
			
		||||
 | 
			
		||||
        Return True if it has already failed or still in progress (so
 | 
			
		||||
        promotion should be blocked), otherwise (test skipped or passed)
 | 
			
		||||
        False.
 | 
			
		||||
 | 
			
		||||
        Annotate skipped packages (currently not in phone image) or add
 | 
			
		||||
        the current testing status (see `_get_status_label`).
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user