Title: [203417] trunk/Tools
Revision
203417
Author
[email protected]
Date
2016-07-19 13:32:29 -0700 (Tue, 19 Jul 2016)

Log Message

Temporary workaround for iOS EWS failing after the fix for bug 159539.
To be deleted once the root cause is found and addressed.

* EWSTools/start-queue-mac.sh:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (203416 => 203417)


--- trunk/Tools/ChangeLog	2016-07-19 20:15:51 UTC (rev 203416)
+++ trunk/Tools/ChangeLog	2016-07-19 20:32:29 UTC (rev 203417)
@@ -1,3 +1,10 @@
+2016-07-19  Alexey Proskuryakov  <[email protected]>
+
+        Temporary workaround for iOS EWS failing after the fix for bug 159539.
+        To be deleted once the root cause is found and addressed.
+
+        * EWSTools/start-queue-mac.sh:
+
 2016-07-19  Frederic Wang  <[email protected]>
 
         [win] Fixup the register name for STIX Math and Latin Modern Math

Modified: trunk/Tools/EWSTools/start-queue-mac.sh (203416 => 203417)


--- trunk/Tools/EWSTools/start-queue-mac.sh	2016-07-19 20:15:51 UTC (rev 203416)
+++ trunk/Tools/EWSTools/start-queue-mac.sh	2016-07-19 20:32:29 UTC (rev 203417)
@@ -80,6 +80,9 @@
     # preventing webkit-patch from launching.
     ./Tools/Scripts/test-webkitpy
 
+    # Temporary workaround for iOS EWS failing after the fix for bug 159539.
+    find ./Tools -name *.pyc -delete
+
     # We use --exit-after-iteration to pick up any changes to webkit-patch, including
     # changes to the contributors.json file.
     ./Tools/Scripts/webkit-patch $QUEUE_NAME --bot-id=$BOT_ID --no-confirm --exit-after-iteration $RESET_AFTER_ITERATION $QUEUE_PARAMS
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to