You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some Thor task that I invoke from rake. Some of these task use Thor::Actions#run . My problem is that when I invoke rake, thor's run action always exit gracefully even when there's a failure. My task are run under jenkins CI and then always succesfull.
Usually, when rake is failling I should see something like :
command failed with status ...
So, what should I do to get Thor::Actions#run behave like Rake::sh function ?
Regards,
Jaonary
The text was updated successfully, but these errors were encountered:
Hi,
I have some Thor task that I invoke from rake. Some of these task use Thor::Actions#run . My problem is that when I invoke rake, thor's run action always exit gracefully even when there's a failure. My task are run under jenkins CI and then always succesfull.
Usually, when rake is failling I should see something like :
command failed with status ...
So, what should I do to get Thor::Actions#run behave like Rake::sh function ?
Regards,
Jaonary
The text was updated successfully, but these errors were encountered: