Add a cucumber test for thin_check --quiet
This commit is contained in:
parent
108b3ea1cd
commit
9b4ec6cafc
@ -72,4 +72,11 @@ Feature: thin_check
|
||||
Scenario: --ignore-non-fatal-errors check passes on valid metadata
|
||||
Given valid metadata
|
||||
When I run thin_check with --ignore-non-fatal-errors
|
||||
Then it should pass
|
||||
Then it should pass
|
||||
|
||||
Scenario: -q should give no output
|
||||
Given a corrupt superblock
|
||||
When I run thin_check with --quiet
|
||||
Then it should fail with:
|
||||
"""
|
||||
"""
|
Loading…
Reference in New Issue
Block a user