[cache_check] --super-block-only, --skip-mappings, --skip-hints
This commit is contained in:
@@ -76,6 +76,13 @@ Feature: cache_check
|
||||
Then it should fail
|
||||
And it should give no output
|
||||
|
||||
Scenario: -q is observed
|
||||
Given input file
|
||||
And block 1 is zeroed
|
||||
When I run `cache_check -q input`
|
||||
Then it should fail
|
||||
And it should give no output
|
||||
|
||||
Scenario: A valid metadata area passes
|
||||
Given metadata containing:
|
||||
"""
|
||||
|
||||
@@ -46,6 +46,9 @@ Options:
|
||||
{-q|--quiet}
|
||||
{-h|--help}
|
||||
{-V|--version}
|
||||
{--super-block-only}
|
||||
{--skip-mappings}
|
||||
{--skip-hints}
|
||||
EOF
|
||||
|
||||
Then /^usage to stdout$/ do
|
||||
|
||||
Reference in New Issue
Block a user