diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-30 23:08:21 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-30 23:08:21 +0100 |
commit | c0e331f216f5cb25636a07a764c60e0af6be98fa (patch) | |
tree | 868f8bded8b99e77b86a24a1ee82aaf5e1c11070 /tests/README.md | |
parent | feat(modules/lf): Add a keymap for cd-ing to the download directory (diff) | |
download | nixos-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.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. |