Skip to content

Return process exit code in runCmd

Maxim Menshikov requested to merge mmenshikov-runcmd-retcode into devel

There is no point not to return process exit code if we have access to it, especially since it effectively doesn't break anything.

Merge request reports