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

@ -73,3 +73,10 @@ Feature: thin_check
Given valid metadata Given valid metadata
When I run thin_check with --ignore-non-fatal-errors 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:
"""
"""