mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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.
This commit is contained in:
parent
790c70c825
commit
7b39bef2cf
1 changed files with 4 additions and 6 deletions
10
tests/README
10
tests/README
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue