From 50dd2ceaea44d3e5b7aa676c4a6ca3c9dca79a72 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Tue, 10 May 2022 20:14:20 -0700 Subject: [PATCH] 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