Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2020 09:53:49 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r367074 - head/tests
Message-ID:  <202010270953.09R9rnfu026033@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp (doc,ports committer)
Date: Tue Oct 27 09:53:49 2020
New Revision: 367074
URL: https://svnweb.freebsd.org/changeset/base/367074

Log:
  Do not recommend to install kyua with pkg in the tests README
  
  Kyua is now available in the base system.
  
  While here, reword the usage section a bit.

Modified:
  head/tests/README

Modified: head/tests/README
==============================================================================
--- head/tests/README	Tue Oct 27 09:41:01 2020	(r367073)
+++ head/tests/README	Tue Oct 27 09:53:49 2020	(r367074)
@@ -1,13 +1,11 @@
 src/tests: The FreeBSD test suite
 =================================
 
-To run the FreeBSD test suite:
-(1)  Make sure that kyua is installed:
-       pkg install kyua
-(2)  To run the tests:
+Usage of the FreeBSD test suite:
+(1)  Run the tests:
        kyua test -k /usr/tests/Kyuafile
-(3)  To see the test results:
-       kyua report  
+(2)  See the test results:
+       kyua report
 
 For further information on using the test suite, read tests(7):
        man tests



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