Bug 31123

Summary: Make run-webkit-tests work for the Debug_Internal Windows configuration
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: hyatt, sfalken
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Windows XP   
Attachments:
Description Flags
Patch
none
Make run-webkit-tests work for the Debug_Internal Windows configuration sam: review+

Description Adam Roben (:aroben) 2009-11-04 08:51:38 PST
Created attachment 42486 [details]
Patch

In Debug_Internal, DumpRenderTree.exe and ImageDiff.exe have no _debug
suffix.

Reviewed by NOBODY (OOPS!).

* Scripts/run-webkit-tests: Don't add the _debug suffix in
Debug_Internal, either.
---
 2 files changed, 15 insertions(+), 2 deletions(-)
Comment 1 Adam Roben (:aroben) 2009-11-04 08:54:07 PST
Created attachment 42487 [details]
Make run-webkit-tests work for the Debug_Internal Windows configuration
Comment 2 Adam Roben (:aroben) 2009-11-04 08:59:29 PST
Committed r50513: <http://trac.webkit.org/changeset/50513>