]> git.ipfire.org Git - thirdparty/bind9.git/commit
Set --logfile for all kyua invocations
authorMichał Kępień <michal@isc.org>
Thu, 12 Sep 2019 12:25:57 +0000 (14:25 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 12 Sep 2019 13:00:34 +0000 (15:00 +0200)
commit83ceebef814c85de7a372130c348c190a71ed448
tree8018f456642d4c2055fee944b3d920a81678d664
parent84fdc4034fb9e7df51107e360f30f09e9e4c67ef
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.

(cherry picked from commit 1bffa602babbc7e76f1ac786e5e35dd7a5d8109f)
.gitlab-ci.yml
unit/unittest.sh.in