[Webkit-unassigned] [Bug 15868] New: build-testkjs reports grep's exit code instead of xcodebuild (thus never fails!)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 6 20:57:22 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=15868

           Summary: build-testkjs reports grep's exit code instead of
                    xcodebuild (thus never fails!)
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: Regression
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


build-testkjs reports grep's exit code instead of xcodebuild (thus never
fails!)

This is the trouble line:

    $result = system "sh", "-c", 'xcodebuild -project JavaScriptCore.xcodeproj
-target testkjs "$@" | grep -v setenv', "xcodebuild",  @options, @ARGV;

I'm sure there is some slick way to grab the exit code from the other side of
the pipe.  But I'm rather tired and going to cop-out and file this bug instead.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list