RESOLVED FIXED 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
Summary nrwt: pass --verbose twice on the bots to ensure getting the debug output for...
Dirk Pranke
Reported 2012-07-24 15:39:47 PDT
nrwt: pass --verbose twice on the bots to ensure getting the debug output for now
Attachments
Patch (1.45 KB, patch)
2012-07-24 15:42 PDT, Dirk Pranke
tony: review+
Dirk Pranke
Comment 1 2012-07-24 15:42:35 PDT
Tony Chang
Comment 2 2012-07-26 15:33:48 PDT
Comment on attachment 154160 [details] Patch 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") ?
Dirk Pranke
Comment 3 2012-07-26 15:49:07 PDT
(In reply to comment #2) > (From update of attachment 154160 [details]) > 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") ? Ok.
Dirk Pranke
Comment 4 2012-07-26 16:00:25 PDT
Note You need to log in before you can comment on or make changes to this bug.