Lines Matching +full:group +full:- +full:default
1 .\" SPDX-License-Identifier: CDDL-1.0
65 is specified, the directory is treated as a test group.
98 A test group is comprised of a set of executable files, all of which exist in
102 apply to individual tests in the group.
104 tests as a group.
106 these scripts are run only once each at the start and end of the test group.
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,
124 By default, tests are executed with the credentials of the
136 By default,
149 The default location for the
156 is an INI-style configuration file that describes a test run.
158 .Sy DEFAULT ,
164 unless they are also specified there, in which case the default is overridden.
168 .Bl -tag -width "tests = ['filename', …]"
174 prior to the test or test group.
181 after the test or test group.
192 for this test group.
202 Execute the test or test group as
207 .Bl -tag -width "-o outputdir"
224 prior to any test or test group.
228 after any test or test group.
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
292 [/home/jkennedy/new-tests]
293 tests = ['test-01', 'test-02', 'test-03']