mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
Add --print-errorlogs to mesonCheckFlags
This prints the error logs in the tests, including when they're run with `checkPhase` in the dev shell.
This commit is contained in:
parent
4387c5ae80
commit
d65fac0fc4
1 changed files with 3 additions and 0 deletions
|
@ -70,6 +70,9 @@ let
|
|||
pkgs.buildPackages.meson
|
||||
pkgs.buildPackages.ninja
|
||||
] ++ prevAttrs.nativeBuildInputs or [];
|
||||
mesonCheckFlags = prevAttrs.mesonCheckFlags or [] ++ [
|
||||
"--print-errorlogs"
|
||||
];
|
||||
};
|
||||
|
||||
mesonBuildLayer = finalAttrs: prevAttrs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue