Bug 81230

Summary: [GTK] Run unit tests with --verbose in the bots
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: pnormand
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch mrobinson: review+

Description Carlos Garcia Campos 2012-03-15 10:05:30 PDT
It's useful when a test fails to know which test case is failing.
Comment 1 Carlos Garcia Campos 2012-03-15 10:07:17 PDT
Created attachment 132066 [details]
Patch
Comment 2 Martin Robinson 2012-03-15 10:15:44 PDT
Comment on attachment 132066 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=132066&action=review

> Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg:519
> -    command = ["perl", "./Tools/Scripts/run-gtk-tests", WithProperties("--%(configuration)s")]
> +    command = ["python", "./Tools/Scripts/run-gtk-tests", "--verbose", WithProperties("--%(configuration)s")]

Hah!
Comment 3 Carlos Garcia Campos 2012-03-15 10:38:07 PDT
Committed r110861: <http://trac.webkit.org/changeset/110861>