[webkit-reviews] review granted: [Bug 92172] nrwt: pass --verbose twice on the bots to ensure getting the debug output for now : [Attachment 154160] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 26 15:33:43 PDT 2012


Tony Chang <tony at chromium.org> has granted Dirk Pranke <dpranke at chromium.org>'s
request for review:
Bug 92172: nrwt: pass --verbose twice on the bots to ensure getting the debug
output for now
https://bugs.webkit.org/show_bug.cgi?id=92172

Attachment 154160: Patch
https://bugs.webkit.org/attachment.cgi?id=154160&action=review

------- Additional Comments from Tony Chang <tony at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=154160&action=review


> Tools/Scripts/run-webkit-tests:97
>	   push(@ARGV, "--verbose");
> +	   push(@ARGV, "--verbose");

Nit: push(@ARGV, "--verbose", "--verbose") ?


More information about the webkit-reviews mailing list