Changeset 203417 in webkit


Ignore:
Timestamp:
Jul 19, 2016, 1:32:29 PM (9 years ago)
Author:
ap@apple.com
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:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r203407 r203417  
     12016-07-19  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Temporary workaround for iOS EWS failing after the fix for bug 159539.
     4        To be deleted once the root cause is found and addressed.
     5
     6        * EWSTools/start-queue-mac.sh:
     7
    182016-07-19  Frederic Wang  <fwang@igalia.com>
    29
  • trunk/Tools/EWSTools/start-queue-mac.sh

    r178622 r203417  
    8181    ./Tools/Scripts/test-webkitpy
    8282
     83    # Temporary workaround for iOS EWS failing after the fix for bug 159539.
     84    find ./Tools -name *.pyc -delete
     85
    8386    # We use --exit-after-iteration to pick up any changes to webkit-patch, including
    8487    # changes to the contributors.json file.
Note: See TracChangeset for help on using the changeset viewer.