mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01:00
Merge #127900: knot-dns: verbose output if some test fails
This commit is contained in:
commit
970cb0a6dd
|
@ -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