[webkit-reviews] review granted: [Bug 211596] run-javascriptcore-tests with remote should be verbose : [Attachment 398800] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 7 15:05:26 PDT 2020


Alexey Proskuryakov <ap at webkit.org> has granted Saam Barati
<sbarati at apple.com>'s request for review:
Bug 211596: run-javascriptcore-tests with remote should be verbose
https://bugs.webkit.org/show_bug.cgi?id=211596

Attachment 398800: patch

https://bugs.webkit.org/attachment.cgi?id=398800&action=review




--- Comment #2 from Alexey Proskuryakov <ap at webkit.org> ---
Comment on attachment 398800
  --> https://bugs.webkit.org/attachment.cgi?id=398800
patch

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

> Tools/Scripts/run-javascriptcore-tests:754
> +	   push(@jscStressDriverCmd, "-v");
> +	   push(@jscStressDriverCmd, "-v");

push @jscStressDriverCmd, "-v", "-v";


More information about the webkit-reviews mailing list