RESOLVED FIXED Bug 81230
[GTK] Run unit tests with --verbose in the bots
https://bugs.webkit.org/show_bug.cgi?id=81230
Summary [GTK] Run unit tests with --verbose in the bots
Carlos Garcia Campos
Reported 2012-03-15 10:05:30 PDT
It's useful when a test fails to know which test case is failing.
Attachments
Patch (1.31 KB, patch)
2012-03-15 10:07 PDT, Carlos Garcia Campos
mrobinson: review+
Carlos Garcia Campos
Comment 1 2012-03-15 10:07:17 PDT
Martin Robinson
Comment 2 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!
Carlos Garcia Campos
Comment 3 2012-03-15 10:38:07 PDT
Note You need to log in before you can comment on or make changes to this bug.