⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 243803 in webkit


Ignore:
Timestamp:
Apr 3, 2019, 9:39:58 AM (7 years ago)
Author:
Jonathan Bedard
Message:

[ews] Clean out ~/Library/Logs/CoreSimulator/ on reboot
https://bugs.webkit.org/show_bug.cgi?id=196540

Reviewed by Aakash Jain.

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

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r243797 r243803  
     12019-04-03  Jonathan Bedard  <jbedard@apple.com>
     2
     3        [ews] Clean out ~/Library/Logs/CoreSimulator/ on reboot
     4        https://bugs.webkit.org/show_bug.cgi?id=196540
     5
     6        Reviewed by Aakash Jain.
     7
     8        * EWSTools/start-queue-mac.sh: Remove CoreSimulator logs.
     9
    1102019-04-03  Wenson Hsieh  <wenson_hsieh@apple.com>
    211
  • trunk/Tools/EWSTools/start-queue-mac.sh

    r243516 r243803  
    6767/usr/bin/sudo /usr/bin/killall -9 com.apple.CoreSimulator.CoreSimulatorServer
    6868/usr/bin/xcrun simctl delete unavailable
     69/bin/rm -rf ~/Library/Logs/CoreSimulator/*
    6970
    7071cd $WEBKIT_HOME
Note: See TracChangeset for help on using the changeset viewer.