Title: [243516] trunk/Tools
Revision
243516
Author
jbed...@apple.com
Date
2019-03-26 13:41:59 -0700 (Tue, 26 Mar 2019)

Log 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:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (243515 => 243516)


--- trunk/Tools/ChangeLog	2019-03-26 20:14:32 UTC (rev 243515)
+++ trunk/Tools/ChangeLog	2019-03-26 20:41:59 UTC (rev 243516)
@@ -1,3 +1,12 @@
+2019-03-26  Jonathan Bedard  <jbed...@apple.com>
+
+        [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:
+
 2019-03-26  Aakash Jain  <aakash_j...@apple.com>
 
         [ews-build] Use PostgreSQL for ews-build database

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


--- trunk/Tools/EWSTools/start-queue-mac.sh	2019-03-26 20:14:32 UTC (rev 243515)
+++ trunk/Tools/EWSTools/start-queue-mac.sh	2019-03-26 20:41:59 UTC (rev 243516)
@@ -61,6 +61,12 @@
         mv -f $QUEUE_NAME.log ${QUEUE_NAME}_$(date +%Y-%m-%d_%H-%m).log
     fi
 fi
+
+# Fix-up rotten Simulator state
+/bin/rm -rf ~/Library/Developer/CoreSimulator/Devices/*
+/usr/bin/sudo /usr/bin/killall -9 com.apple.CoreSimulator.CoreSimulatorServer
+/usr/bin/xcrun simctl delete unavailable
+
 cd $WEBKIT_HOME
 
 # Delete WebKitBuild to force a clean build
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to