From ef0b00d2cea415577b2a352665d35e471d6e8d51 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 14 Oct 2022 08:37:41 +0200 Subject: Add notes on serial execution in Testscript manual --- doc/testscript.cli | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/testscript.cli b/doc/testscript.cli index 770bcfc..d5ea577 100644 --- a/doc/testscript.cli +++ b/doc/testscript.cli @@ -967,6 +967,9 @@ the teardown commands are executed sequentially and in the order specified. Again, if any of them fail, the group execution is terminated and the group is considered to have failed. +\N|Currently, the only way to run several executables serially is to place +them into a single compound test. See \l{#syntax-test Test} for details.| + As an example, consider the following version of \c{basics.testscript}: \ @@ -1749,6 +1752,10 @@ cat <'verbose = true' >=$conf; test1 $conf \ +\N|As discussed in \l{#model Model and Execution}, tests are executed in +parallel. Currently, the only way to run several executables serially is to +place them into a single compound test.| + \h#syntax-variable|Variable| -- cgit v1.1