[all] Build a single executable
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Feature: thin_restore
|
||||
Feature: cache_restore
|
||||
Scenario: print version (-V flag)
|
||||
When I run cache_restore with -V
|
||||
Then it should pass with version
|
||||
@@ -84,15 +84,15 @@ Feature: thin_restore
|
||||
Then it should pass
|
||||
|
||||
Scenario: --quiet is accepted
|
||||
Given valid metadata
|
||||
When I run thin_restore with -i metadata.xml -o metadata.bin --quiet
|
||||
Given valid cache metadata
|
||||
When I run cache_restore with -i metadata.xml -o metadata.bin --quiet
|
||||
Then it should pass with:
|
||||
"""
|
||||
"""
|
||||
|
||||
Scenario: -q is accepted
|
||||
Given valid metadata
|
||||
When I run thin_restore with -i metadata.xml -o metadata.bin -q
|
||||
Given valid cache metadata
|
||||
When I run cache_restore with -i metadata.xml -o metadata.bin -q
|
||||
Then it should pass with:
|
||||
"""
|
||||
"""
|
||||
|
Reference in New Issue
Block a user