Changeset 243516 in webkit


Ignore:
Timestamp:
Mar 26, 2019 1:41:59 PM (5 years ago)
Author:
Jonathan Bedard
Message:

[ews] Reset simctl states on reboot
https://bugs.webkit.org/show_bug.cgi?id=196260

Rubber-stamped by Aakash Jain.

  • EWSTools/start-queue-mac.sh:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r243509 r243516  
     12019-03-26  Jonathan Bedard  <jbedard@apple.com>
     2
     3        [ews] Reset simctl states on reboot
     4        https://bugs.webkit.org/show_bug.cgi?id=196260
     5
     6        Rubber-stamped by Aakash Jain.
     7
     8        * EWSTools/start-queue-mac.sh:
     9
    1102019-03-26  Aakash Jain  <aakash_jain@apple.com>
    211
  • trunk/Tools/EWSTools/start-queue-mac.sh

    r217636 r243516  
    6262    fi
    6363fi
     64
     65# Fix-up rotten Simulator state
     66/bin/rm -rf ~/Library/Developer/CoreSimulator/Devices/*
     67/usr/bin/sudo /usr/bin/killall -9 com.apple.CoreSimulator.CoreSimulatorServer
     68/usr/bin/xcrun simctl delete unavailable
     69
    6470cd $WEBKIT_HOME
    6571
Note: See TracChangeset for help on using the changeset viewer.