Bug 6456 - run-webkit-tests always launches Safari when tests fail
Summary: run-webkit-tests always launches Safari when tests fail
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-09 21:01 PST by Mark Rowe (bdash)
Modified: 2006-01-10 14:19 PST (History)
0 users

See Also:


Attachments
Add a command line flag to prevent Safari being launched to display failed tests (1.71 KB, patch)
2006-01-09 21:06 PST, Mark Rowe (bdash)
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Rowe (bdash) 2006-01-09 21:01:04 PST
When scripting run-webkit-tests it can be desirable for Safari to not be opened with the failed tests.  It is 
also useful for run-webkit-tests to exit with a non-zero status to indicate to it's caller that all tests did not 
pass.
Comment 1 Mark Rowe (bdash) 2006-01-09 21:06:56 PST
Created attachment 5582 [details]
Add a command line flag to prevent Safari being launched to display failed tests
Comment 2 Eric Seidel (no email) 2006-01-09 21:09:15 PST
Comment on attachment 5582 [details]
Add a command line flag to prevent Safari being launched to display failed tests

Looks good.  r=me.