bind9/unit
Michał Kępień 1bffa602ba Set --logfile for all kyua invocations
When kyua is called without the --logfile command line option, the log
file is created at a default location which is derived from the HOME
environment variable.  On FreeBSD GitLab CI runners, /home is a
read-only directory and thus kyua invocations not using the --logfile
option fail when HOME is set to something beneath /home.  Set --logfile
to /dev/null for all kyua invocations whose logs are irrelevant in order
to prevent kyua failures caused by HOME being non-writable.
2019-09-12 14:25:57 +02:00
..
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
README warn, rather than failing, if kyua is not present 2018-11-16 14:31:36 +01:00
unittest.sh.in Set --logfile for all kyua invocations 2019-09-12 14:25:57 +02:00

Unit tests for BIND 9 are based on the CMocka testing framework and
the Kyua test execution engine.

If your distribution of choice doesn't include packages for kyua or cmocka, the
sources can be found here:

 * Kyua 0.13 - https://github.com/jmmv/kyua/releases
 * CMocka 1.0 - https://cmocka.org/files/