Bug 6459

Summary: build-webkit should exit with non-zero status when build fails
Product: WebKit Reporter: Mark Rowe (bdash) <mrowe>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Use correct bits of subprocess exit code when passing back through as build-webkit's exit code eric: review+

Description Mark Rowe (bdash) 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.
Comment 1 Mark Rowe (bdash) 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
Comment 2 Eric Seidel (no email) 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.