Title: [221789] trunk/Tools
Revision
221789
Author
[email protected]
Date
2017-09-08 10:25:40 -0700 (Fri, 08 Sep 2017)

Log Message

bisect-builds should not print out extracting command
https://bugs.webkit.org/show_bug.cgi?id=175632
        
Reviewed by Alexey Proskuryakov.

* Scripts/bisect-builds:
(extract_archive):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (221788 => 221789)


--- trunk/Tools/ChangeLog	2017-09-08 16:35:45 UTC (rev 221788)
+++ trunk/Tools/ChangeLog	2017-09-08 17:25:40 UTC (rev 221789)
@@ -1,3 +1,13 @@
+2017-09-08  Lucas Forschler  <[email protected]>
+
+        bisect-builds should not print out extracting command
+        https://bugs.webkit.org/show_bug.cgi?id=175632
+        
+        Reviewed by Alexey Proskuryakov.
+
+        * Scripts/bisect-builds:
+        (extract_archive):
+
 2017-09-07  Joseph Pecoraro  <[email protected]>
 
         WebKit should claim that it can show responses for a broader range of JSON MIMETypes

Modified: trunk/Tools/Scripts/bisect-builds (221788 => 221789)


--- trunk/Tools/Scripts/bisect-builds	2017-09-08 16:35:45 UTC (rev 221788)
+++ trunk/Tools/Scripts/bisect-builds	2017-09-08 17:25:40 UTC (rev 221789)
@@ -71,7 +71,6 @@
 
 def extract_archive(options):
     command = ['python', '../BuildSlaveSupport/built-product-archive', '--platform', options.platform, '--%s' % options.configuration, 'extract']
-    print('Extracting archive: {}'.format(command))
     subprocess.check_call(command)
 
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to