meson: increase the maximum length of test logs (#430767)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user