003 File Manager
Current Path:
/usr/src/contrib/kyua/doc
usr
/
src
/
contrib
/
kyua
/
doc
/
📁
..
📄
.gitignore
(192 B)
📄
Kyuafile
(70 B)
📄
Makefile.am.inc
(5.68 KB)
📄
build-root.mdoc
(3.7 KB)
📄
kyua-about.1.in
(3.07 KB)
📄
kyua-config.1.in
(2.36 KB)
📄
kyua-db-exec.1.in
(2.82 KB)
📄
kyua-db-migrate.1.in
(2.35 KB)
📄
kyua-debug.1.in
(4.57 KB)
📄
kyua-help.1.in
(2.41 KB)
📄
kyua-list.1.in
(3.07 KB)
📄
kyua-report-html.1.in
(3.7 KB)
📄
kyua-report-junit.1.in
(3.26 KB)
📄
kyua-report.1.in
(4.16 KB)
📄
kyua-test.1.in
(3.51 KB)
📄
kyua.1.in
(11.68 KB)
📄
kyua.conf.5.in
(4.6 KB)
📄
kyuafile.5.in
(12.79 KB)
📄
manbuild.sh
(5.07 KB)
📄
manbuild_test.sh
(6.01 KB)
📄
results-file-flag-read.mdoc
(2.28 KB)
📄
results-file-flag-write.mdoc
(2 KB)
📄
results-files-report-example.mdoc
(1.13 KB)
📄
results-files.mdoc
(3.02 KB)
📄
test-filters.mdoc
(1.88 KB)
📄
test-isolation.mdoc
(4.47 KB)
Editing: results-files-report-example.mdoc
.Ss Workflow with results files If one runs the following command twice in a row: .Bd -literal -offset indent kyua test -k /usr/tests/Kyuafile .Ed .Pp the two executions will generate two different files with names like: .Bd -literal -offset indent ~/.kyua/store/results.usr_tests.20140731-150500-196784.db ~/.kyua/store/results.usr_tests.20140731-151730-997451.db .Ed .Pp Taking advantage of the default naming scheme, the following commands would all generate a report for the results of the .Em latest execution of the test suite: .Bd -literal -offset indent cd /usr/tests && kyua __REPORT_COMMAND__ cd /usr/tests && kyua __REPORT_COMMAND__ --results-file=LATEST kyua __REPORT_COMMAND__ --results-file=/usr/tests kyua __REPORT_COMMAND__ --results-file=usr_tests kyua __REPORT_COMMAND__ --results-file=usr_tests.20140731-151730-997451 .Ed .Pp But it is also possible to explicitly load data for older runs or from explicitly-named files: .Bd -literal -offset indent kyua __REPORT_COMMAND__ \\ --results-file=usr_tests.20140731-150500-196784 kyua __REPORT_COMMAND__ \\ --results-file=~/.kyua/store/results.usr_tests.20140731-150500-196784.db .Ed
Upload File
Create Folder