fastlane-plugin-test_center 3.15.0 → 3.15.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 576a5f0ccfcd2493c0221b3d8e16c244f7eafd8f8aa7371ea33d7e11e9f1926a
|
4
|
+
data.tar.gz: f9b497dead45562546fd30b7f3308e0788e86398922def524ebb304afb7b850f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 609a60a2c1bd1142efd31b20ffc0aa53aa6aae4ff3eeb0697ab81bcfa4a62ce2b772d03873cf78c369bb02e80f6d47ed47cb2edba1d6c802677709c98adbec86
|
7
|
+
data.tar.gz: d80449b8a95bc8af7e16e0279dd6faaf1dcb84549aef51e95eea579d4d54c1efe5b08bc58c7641614adc112fad37cc153b44fbd2837c97ee489e3a85c946e052
|
@@ -167,11 +167,14 @@ module TestCenter
|
|
167
167
|
FastlaneCore::UI.important('Disabling -quiet as failing tests cannot be found with it enabled.')
|
168
168
|
xcargs.gsub!('-quiet', '')
|
169
169
|
end
|
170
|
-
|
170
|
+
if FastlaneCore::Helper.xcode_at_least?(10)
|
171
|
+
xcargs.gsub!(/-parallel-testing-enabled(=|\s+)(YES|NO)/, '')
|
172
|
+
xcargs << " -parallel-testing-enabled NO "
|
173
|
+
end
|
171
174
|
retrying_scan_options = @reportnamer.scan_options.merge(
|
172
175
|
{
|
173
176
|
output_directory: output_directory,
|
174
|
-
xcargs:
|
177
|
+
xcargs: xcargs
|
175
178
|
}
|
176
179
|
)
|
177
180
|
if @reportnamer.includes_xcresult?
|
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.15.
|
4
|
+
version: 3.15.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lyndsey Ferguson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-12-
|
11
|
+
date: 2020-12-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|