[thin_check] wire up mapping tree checker
This commit is contained in:
		@@ -49,8 +49,12 @@ Feature: thin_check
 | 
			
		||||
    When I run thin_check with --super-block-only
 | 
			
		||||
    Then it should pass
 | 
			
		||||
 | 
			
		||||
  @announce
 | 
			
		||||
  Scenario: --super-block-only check fails with corrupt superblock
 | 
			
		||||
    Given a corrupt superblock
 | 
			
		||||
    When I run thin_check with --super-block-only
 | 
			
		||||
    Then it should fail
 | 
			
		||||
    Then it should fail with:
 | 
			
		||||
    """
 | 
			
		||||
    examining superblock
 | 
			
		||||
      superblock is corrupt
 | 
			
		||||
        bad checksum in superblock
 | 
			
		||||
    """
 | 
			
		||||
		Reference in New Issue
	
	Block a user