From owner-svn-src-all@freebsd.org Tue Oct 27 09:53:49 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B1F3144625E; Tue, 27 Oct 2020 09:53:49 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CL6V54Gblz4b0j; Tue, 27 Oct 2020 09:53:49 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 75D849A9B; Tue, 27 Oct 2020 09:53:49 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09R9rns0026034; Tue, 27 Oct 2020 09:53:49 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09R9rnfu026033; Tue, 27 Oct 2020 09:53:49 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <202010270953.09R9rnfu026033@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Tue, 27 Oct 2020 09:53:49 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r367074 - head/tests X-SVN-Group: head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: head/tests X-SVN-Commit-Revision: 367074 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2020 09:53:49 -0000 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