Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 May 2022 03:17:24 GMT
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 50dd2ceaea44 - main - update command to one that will actually give results
Message-ID:  <202205110317.24B3HOxQ083332@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205110317.24B3HOxQ083332>