-
Notifications
You must be signed in to change notification settings - Fork 342
cpack/cpush returns zero exit code even when error occurs #256
Comments
iirc my PR will handle all the exit code failures - #210 I know @ferventcoder has been very busy as the PRs have been building up, so I guess patience or perhaps he responds to 🍪s lol.. , or if you are so bold, try my branch out and see if it addresses your issue... It is not guaranteed though to make it in choco so, you are on your own in that regard, but I will say that I run the changes in this branch in my production environment with 1000 servers w/o issue. |
Most likely rismoney's stuff get's into choco proper. |
And yes, things get very busy for me with my full time job. It ebbs and flows a bit, but the nature of the beast can consume most of my free time. |
I'm still seeing this bug in version 0.9.8.23. Has this been a regression?
|
It's never returned exit codes... as we found in a different discussion (#384). I believe it was related to nuget always returning the incorrect exit code from way back 2 years ago. |
- This fixes the process to return the non-zero exit code when errors occur
Let's file a new issue about this over at chocolatey/choco. On Friday, October 16, 2015, Josh Buedel [email protected] wrote:
Rob http://devlicio.us/blogs/rob_reynolds |
New issue created. chocolatey/choco#469 |
Thanks! On Friday, October 16, 2015, Josh Buedel [email protected] wrote:
Rob http://devlicio.us/blogs/rob_reynolds |
I'm automating cpack in a build script and it is returning a zero exit code despite the fact it writes an error "Could not find a part of the path..." - The nuspec path I fed it on the command line is just wrong. I can't catch it in the build script feasibly though without a good exit code.
The text was updated successfully, but these errors were encountered: