controlio-check-grep
A check module for controlio.
Description
Uses grep
to check a file for an expression.
Options
-
expression
: Expression forgrep
to check against -
file
: Path to file that is to be checked -
flags
: Optional flags for grep, for example -v -
negative
: Boolean: Check is true if grep command fails
TODO
- Allow specifying a shell command, grep its output.