Skip to content

kernel-build: Avoid stderr and stdout interleave

Ricardo Ribalda Delgado requested to merge test into main

By merging stdout and stderr with 2>&1 we could end up in a situation where the output of both is mixed up, which can cause that error: or warning: strings are skipped.

Signed-off-by: Ricardo Ribalda ribalda@chromium.org

Merge request reports