about summary refs log tree commit diff stats
path: root/tests/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/README.md5
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.