Lines Matching +full:pre +full:- +full:timeout
1 .\" SPDX-License-Identifier: CDDL-1.0
103 The exception is options pertaining to pre and post scripts, which act on all
110 Tests that exit zero and non-zero are marked
115 When a pre script fails for a test group, only the post script is executed,
120 .Ar timeout
156 is an INI-style configuration file that describes a test run.
168 .Bl -tag -width "tests = ['filename', …]"
171 .It Sy pre No = Ar script
176 Execute the pre script as
197 .It Sy timeout No = Ar n
198 A timeout value of
207 .Bl -tag -width "-o outputdir"
239 Specify a timeout value of
250 Execute the pre script as
258 .Bl -tag -width "-h"
259 .It Sy Example 1 : No Running ad-hoc tests .
262 .Bd -literal
263 .No % Nm run Ar my-tests
264 Test: /home/jkennedy/my-tests/test-01 [00:02] [PASS]
265 Test: /home/jkennedy/my-tests/test-02 [00:04] [PASS]
266 Test: /home/jkennedy/my-tests/test-03 [00:01] [PASS]
278 with non-default options.
279 .Bd -literal
280 .No % Nm run Fl p Ar setup Fl x Ar root Fl g Fl w Ar new-tests.run Ar new-tests
281 .No % Nm cat Pa new-tests.run
287 timeout = 60
292 [/home/jkennedy/new-tests]
293 tests = ['test-01', 'test-02', 'test-03']