packaging: remove redundant --print-errorlogs
These were added to Nixpkgs in 4dec85d68b81ed971e7f2953cfea895f0f0c0c2c, back in 2024. Change-Id: I6a6a69646f6a09fb3d8bae3efbf9d6e56d662ca3
This commit is contained in:
@@ -402,7 +402,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
mesonCheckFlags = [
|
||||
"--suite=check"
|
||||
"--print-errorlogs"
|
||||
];
|
||||
# the tests access localhost.
|
||||
__darwinAllowLocalNetworking = true;
|
||||
@@ -447,7 +446,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
mesonInstallCheckFlags = [
|
||||
"--suite=installcheck"
|
||||
"--print-errorlogs"
|
||||
];
|
||||
|
||||
preInstallCheck = ''
|
||||
|
||||
Reference in New Issue
Block a user