Lines Matching +full:files +full:- +full:based
28 Results files contain, as their name implies, the results of the execution of a
31 .Xr kyua-test 1
32 generates a new results file, and such results files can be loaded later on by
34 .Xr kyua-report 1
37 Results files support identifier-based lookups and also path name lookups.
40 The default naming scheme for the results files provides simple support for
41 identifier-based lookups and historical recording of test suite runs.
44 Kyua can later look up results files by these fields.
47 .Bd -literal -offset indent
48 \*(Lttest_suite\*(Gt.\*(LtYYYYMMDD\*(Gt-\*(LtHHMMSS\*(Gt-\*(Ltuuuuuu\*(Gt
55 .Sq YYYYMMDD-HHMMSS-uuuuuu
58 When using the default naming scheme, results files are stored in the
61 .Bd -literal -offset indent
65 Results files are simple SQLite databases with the schema described in the
67 files.