git: 50dd2ceaea44 - main - update command to one that will actually give results
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 May 2022 03:17:24 UTC
The branch main has been updated by jmg: URL: https://cgit.FreeBSD.org/src/commit/?id=50dd2ceaea44d3e5b7aa676c4a6ca3c9dca79a72 commit 50dd2ceaea44d3e5b7aa676c4a6ca3c9dca79a72 Author: John-Mark Gurney <jmg@FreeBSD.org> AuthorDate: 2022-05-11 03:14:20 +0000 Commit: John-Mark Gurney <jmg@FreeBSD.org> CommitDate: 2022-05-11 03:14:20 +0000 update command to one that will actually give results Thanks-to: kevans@ --- share/man/man7/tests.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man7/tests.7 b/share/man/man7/tests.7 index ab1a3fd1262f..b253c1ab2458 100644 --- a/share/man/man7/tests.7 +++ b/share/man/man7/tests.7 @@ -128,7 +128,7 @@ by using Kyua's various reporting commands. For example, the following would print a plain-text report of the executed tests and show which ones failed: .Bd -literal -offset indent -$ kyua report +$ kyua report --verbose -r <.db file from output of test> .Ed .Pp This example would generate an HTML report ready to be published on a