Hi,
I have a long building process for a project in the middle of which I am using foreach-cli. I usually am AFK when this long building occurs and only look at the final result. If one of the build command fails, it makes the whole building fail.
But I recently discovered that my building was sometimes “silently” failing (well, not so silent, as there is a message), because if one of the sub-processes launched by foreach-cli is failing, foreach-cli itself stays successful.
Would that be possible to make foreach-cli return a non-zero value if one of the sub-process returns a non-zero value ? Maybe this behavior should be triggered using a command line flag…
Thanks.
Hi,
I have a long building process for a project in the middle of which I am using foreach-cli. I usually am AFK when this long building occurs and only look at the final result. If one of the build command fails, it makes the whole building fail.
But I recently discovered that my building was sometimes “silently” failing (well, not so silent, as there is a message), because if one of the sub-processes launched by foreach-cli is failing, foreach-cli itself stays successful.
Would that be possible to make foreach-cli return a non-zero value if one of the sub-process returns a non-zero value ? Maybe this behavior should be triggered using a command line flag…
Thanks.