lib/snapshot/runner.rb in snapshot-0.10.1 vs lib/snapshot/runner.rb in snapshot-0.10.2

- old
+ new

@@ -209,9 +209,10 @@ return :retry elsif line.include?"segmentation fault" # a new bug introduced with Xcode 7 return :retry elsif line.include?"Timed out waiting" # a new bug introduced with Xcode 7 `killall "iOS Simulator"` + `killall "Simulator"` return :retry elsif line.include?"Screenshot captured" return :screenshot elsif line.include? "Instruments wants permission to analyze other processes" return :need_permission