fastlane-plugin-test_center 3.8.0.parallelizing.beta.5 → 3.8.0.parallelizing.beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9009b24fcae4a31fad31d0cd1bccf91e8579f125
4
- data.tar.gz: cbb3dc2c2059adcab3e0a14c7b36abfab2e6b8cd
3
+ metadata.gz: e0abb88b056ab3ce1b5134bcba455b75b03edba6
4
+ data.tar.gz: a46757467fd8252aeee2b5e2d8d8c56951c66c3c
5
5
  SHA512:
6
- metadata.gz: f4058a6ddf791d5746cc302eccbb4efe5819d26d4199ba98a18b227dd1efa583b5285cd63a8321ec971f45f8dd3b7614d10c5a31a7e88cd1210b75903e010fac
7
- data.tar.gz: 9e939e96beafc7d9f57d0975e21efadf58e16f0549d0cc6a607694f7f77002791313703f8836bd437c1d30fb5ded3b372f2bef5b6f7dfaba7a85ab006cbf4374
6
+ metadata.gz: 8e3831bd80e00306f11182cbc869fe90cac17ed4f74b9866d69481d19bf629be28e1fe62fce1001cfc81c056a79c18c3aa12ccbd1b4ccd9828f6f9eb1aff3f11
7
+ data.tar.gz: 67ac125bf98de3c843a627817f792a09b6620641a385e4b4c29d9843f281a4c9c7469ab772ed11a253c16fc444a8fb031031be25023e30652cc0e781387b0ae3
@@ -30,6 +30,9 @@ module TestCenter
30
30
  at_exit do
31
31
  clean_up_cloned_simulators(@clones) if Process.pid == main_pid
32
32
  end
33
+ # boot all the simulators _before_ calling `xcodebuilt test` to avoid
34
+ # testmanagerd connection failures.
35
+ @clones.flatten.each(&:boot)
33
36
  @clones
34
37
  end
35
38
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module TestCenter
3
- VERSION = "3.8.0.parallelizing.beta.5"
3
+ VERSION = "3.8.0.parallelizing.beta.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-test_center
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.8.0.parallelizing.beta.5
4
+ version: 3.8.0.parallelizing.beta.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lyndsey Ferguson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-05 00:00:00.000000000 Z
11
+ date: 2019-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json