mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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:
parent
72dac3d449
commit
c265f50e2f
1 changed files with 1 additions and 0 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue