diff options
Diffstat (limited to '')
-rw-r--r-- | tests/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/README.md b/tests/README.md index 698c5d83..f789c990 100644 --- a/tests/README.md +++ b/tests/README.md @@ -90,3 +90,8 @@ regex does not match. Set the golden file (the file used for the hash generation) to `ARGS`. `ARGS` must be a valid file path. + +#### `Exec` + +Executes the command (`ARGS`) and waits until it finishes. +This will hang forever, when the command that does not exit. |