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:
@@ -70,6 +70,9 @@ let
|
||||
pkgs.buildPackages.meson
|
||||
pkgs.buildPackages.ninja
|
||||
] ++ prevAttrs.nativeBuildInputs or [];
|
||||
mesonCheckFlags = prevAttrs.mesonCheckFlags or [] ++ [
|
||||
"--print-errorlogs"
|
||||
];
|
||||
};
|
||||
|
||||
mesonBuildLayer = finalAttrs: prevAttrs:
|
||||
|
||||
Reference in New Issue
Block a user