fastlane-plugin-test_center 3.9.0.beta.1 → 3.9.0.beta.2

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
  SHA256:
3
- metadata.gz: 19b265ec81e64e97efa222fe6ebc0e0f712ba161f2f0765972fef18d24a0a59e
4
- data.tar.gz: ce5a8cd92d09416c3fa0b224abc16084512a51f4511e57a4edd4000a6d690da4
3
+ metadata.gz: c1a72b78921705cdc53cd8cb36b7607ab644924d3c842c1b1a804a49c7fb6e90
4
+ data.tar.gz: 9e112bc79008af1ccda20f9e63e9e2a54a6d5fe1d1566ed7cbeeec2c9389147a
5
5
  SHA512:
6
- metadata.gz: 1fd0f2e468e3e907e5b5cfdfbdcbfd547f8a2ab50ac30a0c46645e3b98f1d7a36f32c05ecff7cabd8555ff27b1489d219b627d26c3bf891866f40c24fa574cc9
7
- data.tar.gz: 942b2b420fac25341a85a4a4245d8fbd62cb8ff39047ab70836e172e2cbd66ff7c9dd7a9694fe959383a9cc92512000b70b07cd38ded20443c04ddf96e1bc0c2
6
+ metadata.gz: 35bb8d87223f7234807b573373b6c53d7efd71e1ca3811ef4c5925652d31e7fb7c144d2fb2f155e804c6a1bb7d13f66ec66951f3f6223d0bd7282f61ae29249b
7
+ data.tar.gz: 00baaa6564eefd16080af934c95628f44e2431aa4efb7e07d9084a6638059fc1ec651f3d23c59f018943a5dc1ab8f701a8108bc85a557223e10f71e0f381a420
@@ -22,7 +22,7 @@ module Fastlane
22
22
  'xcrun',
23
23
  'xcresulttool',
24
24
  'merge',
25
- xcresult_bundlepaths.map(&:shellescape),
25
+ xcresult_bundlepaths,
26
26
  '--output-path',
27
27
  tmp_collated_xcresult_bundlepath
28
28
  ].flatten
@@ -54,7 +54,7 @@ module Fastlane
54
54
  "in the collated xcresult bundle. " \
55
55
  "This is done because it is assumed that fragile tests, when " \
56
56
  "re-run will often succeed due to less interference from other " \
57
- "tests and the subsequent xcresult bundles will have fewer failing tests."
57
+ "tests and the subsequent xcresult bundles will have fewer failing tests."
58
58
  end
59
59
 
60
60
  def self.available_options
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module TestCenter
3
- VERSION = "3.9.0.beta.1"
3
+ VERSION = "3.9.0.beta.2"
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.9.0.beta.1
4
+ version: 3.9.0.beta.2
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-02-10 00:00:00.000000000 Z
11
+ date: 2020-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json