diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-05-25 22:04:28 +0300 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-05-27 14:36:19 +0200 |
commit | e6470e37093084251b7ee60a904a78e54d13e31b (patch) | |
tree | 02845c95ff3c9a16808d2f5b602f8ae83ab3dc43 /doc | |
parent | f5fba11159da64e53829a151a9d19d022ac63662 (diff) |
Use dir_name_view for script environment working and sandbox directories
Diffstat (limited to 'doc')
-rw-r--r-- | doc/testscript.cli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/testscript.cli b/doc/testscript.cli index 5b36c5e..4c78e18 100644 --- a/doc/testscript.cli +++ b/doc/testscript.cli @@ -545,7 +545,7 @@ complete picture: \ $* 'World' >'Hello, World!' : command-name -$* 'John' 'Jane' >>EOO : command-names +$* 'John' 'Jane' >>EOO : command-names Hello, Jane! Hello, John! EOO @@ -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}, and \c{stderr}. +\c{stdout}, and \c{stderr} are reserved. To execute a test scope its commands (including variable assignments) are executed sequentially and in the order specified. If any of the commands |