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.
This commit is contained in:
Vladimír Čunát 2021-06-23 15:09:14 +02:00
parent 72dac3d449
commit c265f50e2f
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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 = ''