diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-05-25 14:17:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-05-27 08:38:57 +0200 |
commit | 29c59165396eb842d92367fca74c4e459ea25900 (patch) | |
tree | 35b5e8ea952847771056bbaa7af57921e89f958f /doc | |
parent | b0b048c03930b826ab3dbf88b56fd664fca26886 (diff) |
Review (temp dir)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/testscript.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/testscript.cli b/doc/testscript.cli index 665446e..5b36c5e 100644 --- a/doc/testscript.cli +++ b/doc/testscript.cli @@ -943,7 +943,7 @@ Alternatively, we can use an absolute path: \ Inside the scope working directory filesystem names that start with \c{stdin}, -\c{stdout}, \c{stderr}, as well as, \c{cmd-} are reserved. +\c{stdout}, and \c{stderr}. To execute a test scope its commands (including variable assignments) are executed sequentially and in the order specified. If any of the commands |