From f41599c8e9435f3dfec60b872c2b4ae31177efdd Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 10 Oct 2020 17:22:46 +0300 Subject: Add support for test timeouts --- doc/cli.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/cli.sh') diff --git a/doc/cli.sh b/doc/cli.sh index 21d38d2..d1fcb77 100755 --- a/doc/cli.sh +++ b/doc/cli.sh @@ -101,6 +101,7 @@ function compile_doc () # --link-regex '%bpkg(#.+)?%../../bpkg/doc/build2-package-manager-manual.xhtml$1%' \ --link-regex '%bdep([-.].+)%../../bdep/doc/bdep$1%' \ --link-regex '%testscript(#.+)?%build2-testscript-manual.xhtml$1%' \ +--link-regex '%build2(#.+)?%build2-build-system-manual.xhtml$1%' \ --output-prefix "$2" \ --output-suffix "$3" \ "$1" -- cgit v1.1