about summary refs log tree commit diff stats
path: root/tests/README.md
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-11-30 23:08:21 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-11-30 23:08:21 +0100
commitc0e331f216f5cb25636a07a764c60e0af6be98fa (patch)
tree868f8bded8b99e77b86a24a1ee82aaf5e1c11070 /tests/README.md
parentfeat(modules/lf): Add a keymap for cd-ing to the download directory (diff)
downloadnixos-config-c0e331f216f5cb25636a07a764c60e0af6be98fa.tar.gz
nixos-config-c0e331f216f5cb25636a07a764c60e0af6be98fa.zip
tests(infrastructure/driver): Support executing commands
Diffstat (limited to 'tests/README.md')
-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.