[functional-tests] era_check tests

This commit is contained in:
Joe Thornber
2017-08-30 14:29:36 +01:00
parent 516afc8ed6
commit 6616a21891
4 changed files with 121 additions and 83 deletions

View File

@ -12,6 +12,8 @@
cache-restore-outfile-too-small-text
cache-dump-help
cache-metadata-size-help
era-check-help
)
(import (rnrs))
@ -117,4 +119,11 @@ Options:
These all relate to the size of the fast device (eg, SSD), rather
than the whole cached device.")
(define era-check-help
"Usage: era_check [options] {device|file}
Options:
{-q|--quiet}
{-h|--help}
{-V|--version}
{--super-block-only}")
)