about summary refs log tree commit diff
path: root/pkgs/servers/dns
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2021-06-23 15:09:14 +0200
committerVladimír Čunát <v@cunat.cz>2021-06-23 15:09:14 +0200
commitc265f50e2f884418c3695b0cac3da9e2f9daca1a (patch)
tree790f6ce30551269dff6619ea3adb20cf6be66c75 /pkgs/servers/dns
parent72dac3d449e238a1b223c8275dcacf8b48e719ab (diff)
knot-dns: verbose output in case some test fails
aarch64-darwin started to fail one test-set after the last update,
and so far we have no idea why.  I don't have access to such a machine,
and this option will be nice anyway.
Diffstat (limited to 'pkgs/servers/dns')
-rw-r--r--pkgs/servers/dns/knot-dns/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/dns/knot-dns/default.nix b/pkgs/servers/dns/knot-dns/default.nix
index 394c76dbdb23c..d052ddb7b79ff 100644
--- a/pkgs/servers/dns/knot-dns/default.nix
+++ b/pkgs/servers/dns/knot-dns/default.nix
@@ -50,6 +50,7 @@ stdenv.mkDerivation rec {
   CFLAGS = [ "-O2" "-DNDEBUG" ];
 
   doCheck = true;
+  checkFlags = "V=1"; # verbose output in case some test fails
   doInstallCheck = true;
 
   postInstall = ''