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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e0abb88b056ab3ce1b5134bcba455b75b03edba6
|
|
4
|
+
data.tar.gz: a46757467fd8252aeee2b5e2d8d8c56951c66c3c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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.
|
|
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-
|
|
11
|
+
date: 2019-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|