RESOLVED FIXED 6459
build-webkit should exit with non-zero status when build fails
https://bugs.webkit.org/show_bug.cgi?id=6459
Summary build-webkit should exit with non-zero status when build fails
Mark Rowe (bdash)
Reported 2006-01-09 23:31:51 PST
When xcodebuild fails, it prints '** BUILD FAILED **' but build-webkit exits with a zero exit code. This makes scripting build-webkit trickier than necessary.
Attachments
Use correct bits of subprocess exit code when passing back through as build-webkit's exit code (1.54 KB, patch)
2006-01-09 23:36 PST, Mark Rowe (bdash)
eric: review+
Mark Rowe (bdash)
Comment 1 2006-01-09 23:36:38 PST
Created attachment 5587 [details] Use correct bits of subprocess exit code when passing back through as build-webkit's exit code
Eric Seidel (no email)
Comment 2 2006-01-09 23:40:35 PST
Comment on attachment 5587 [details] Use correct bits of subprocess exit code when passing back through as build-webkit's exit code Finally! r=me.
Note You need to log in before you can comment on or make changes to this bug.