Skip to content

Consider stderr a command produces as output in decorated_execute

Christian Dreher requested to merge fix/consider-stderr-output into main

Earlier, a message "The command did not produce any output" was printed only if a command wrote on stdout. Not it also considers stderr.

Merge request reports