meson: increase the maximum length of test logs (#430767)

This commit is contained in:
Emily
2025-08-10 07:47:06 +01:00
committed by GitHub
+1 -1
View File
@@ -72,7 +72,7 @@ mesonCheckPhase() {
TERM=dumb ninja -j"$buildCores" $ninjaFlags "${ninjaFlagsArray[@]}" meson-test-prereq
echoCmd 'mesonCheckPhase flags' "${flagsArray[@]}"
meson test --no-rebuild --print-errorlogs "${flagsArray[@]}"
meson test --no-rebuild --print-errorlogs --max-lines=1000000 "${flagsArray[@]}"
runHook postCheck
}