Bug 129019 - Xcodebuild script phases should use "set -e" to ensure that Xcode sees failures
Summary: Xcodebuild script phases should use "set -e" to ensure that Xcode sees failures
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 129018
Blocks:
  Show dependency treegraph
 
Reported: 2014-02-18 19:56 PST by Filip Pizlo
Modified: 2014-02-18 19:56 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2014-02-18 19:56:48 PST
JavaScriptCore.xodeproj does this since https://bugs.webkit.org/show_bug.cgi?id=129018.  It helps to catch build problems sooner.