[cache_check] feature to test --quiet
This commit is contained in:
parent
a20b50815e
commit
bd06f58f6f
@ -69,6 +69,13 @@ Feature: cache_check
|
||||
When I run `cache_check input`
|
||||
Then it should fail
|
||||
|
||||
Scenario: --quiet is observed
|
||||
Given input file
|
||||
And block 1 is zeroed
|
||||
When I run `cache_check --quiet input`
|
||||
Then it should fail
|
||||
And it should give no output
|
||||
|
||||
Scenario: A valid metadata area passes
|
||||
Given metadata containing:
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user