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: '09ff419b88b430de488e1e2b4053a89b474f355f903c4cc3cfc4df69286da6f8'
4
- data.tar.gz: 80114cde688e0efa5f1f5d6b6ee1f0167bd7cc8119598452fb53acd62945c60b
3
+ metadata.gz: 576a5f0ccfcd2493c0221b3d8e16c244f7eafd8f8aa7371ea33d7e11e9f1926a
4
+ data.tar.gz: f9b497dead45562546fd30b7f3308e0788e86398922def524ebb304afb7b850f
5
5
  SHA512:
6
- metadata.gz: b97fe2075ff7a24dead50f00d3a25028566ead76bb1f01ad95d3dd702ebdf33bff942fad7eff475a82c21a4b3caf892af197300ae8d3f4c8a768bb137f9eba35
7
- data.tar.gz: 84fc593aee44b48ca43709ae6401e85546867b3b2502cf8000db752738a40fb24410645fb0243f85797e51f8190e46e9c1e9a69b72610342d4d618fb2f597ff2
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
- xcargs.gsub!(/-parallel-testing-enabled(=|\s+)(YES|NO)/, '')
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: "#{xcargs} -parallel-testing-enabled NO "
177
+ xcargs: xcargs
175
178
  }
176
179
  )
177
180
  if @reportnamer.includes_xcresult?
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module TestCenter
3
- VERSION = "3.15.0"
3
+ VERSION = "3.15.1"
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.15.0
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-21 00:00:00.000000000 Z
11
+ date: 2020-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json