Add a cucumber test for thin_check --quiet

This commit is contained in:
Joe Thornber 2013-06-19 14:13:29 +01:00
parent 108b3ea1cd
commit 9b4ec6cafc

View File

@ -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:
"""
"""