Skip to content

Commit

Permalink
fix typo in docs/testing/reference.md (#521)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Schuppert <[email protected]>
  • Loading branch information
stuggi authored Jun 5, 2024
1 parent 5d5d085 commit 1e9828b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/testing/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ background | bool | If this command is to be started in the background. The
skipLogOutput | bool | If set, the output from the command is *not* logged. Useful for sensitive logs or to reduce noise.
timeout | int | Override the TestSuite timeout for this command (in seconds).

*Note*: The current working directory (CWD) for `commend`/`script` is the test directory.
*Note*: The current working directory (CWD) for `command`/`script` is the test directory.

0 comments on commit 1e9828b

Please sign in to comment.