From ce4848cfaaa569da3e11de51f4174eb21709b9b9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 12 Apr 2024 17:09:35 +0200 Subject: Add -s|--timeout-success option to env script builtin The semantics is equivalent to the --success option we already have in the timeout builtin. --- doc/testscript.cli | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/testscript.cli b/doc/testscript.cli index 20d9c2d..c539903 100644 --- a/doc/testscript.cli +++ b/doc/testscript.cli @@ -2777,6 +2777,11 @@ env - --unset=FOO -- $* Terminate the command if it fails to complete within the specified number of seconds. See also the \l{#builtins-timeout \c{timeout}} builtin.| +\li|\n\c{-s|--timeout-success} + + Assume the command terminated due to the timeout specified with the + \c{-t|--timeout} option to have succeeded.| + \li|\n\c{-c|--cwd } Change the command's working directory.| -- cgit v1.1