fastlane-plugin-test_center 3.8.1 → 3.8.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: 71f2ac632a905eaab2a3e9c7495fb1a3f17553f85979802daed0ba7611aa5eed
4
- data.tar.gz: '095c5cf65ad0b71a8bd34a1883547951320470321e789f264f8987af83c47d4b'
3
+ metadata.gz: 8dc24c07b13301a9e4d68341cf5056931458ab70f34aca5022b732e56f6b2977
4
+ data.tar.gz: a78788cd1e13a5ae2451cad5b1eb05dbad5e8656c9f50a70987ca561d7f6145e
5
5
  SHA512:
6
- metadata.gz: 975f4be5396c3a3f6d45099d612c3b0a684101d52197cbed9f204bde048d91a0a884b35b9b5575007f08f3b2e2d4ad75c7c52841e66eb1c060ad86f7ca88c81d
7
- data.tar.gz: 045ddfbe7d933c411f5c376e41e8cff69188d894411c46cd8838a01b68f0728110771d4690143b65055e3bc776e5407e0739711718b430a9dc58a78916b0f0d4
6
+ metadata.gz: 722389bcd79ac2c2d8c2f245ab047c5b1106f3eceb97c7dd956a2d8400241c8b9452a0ac08be12140c3446e894207f5a3a94c840769e4b8db5f524e36fca0107
7
+ data.tar.gz: d63b1a638372df7d38995ed66f964e05dedecb42c92480b2719e80dae4516912df0507d74a4134fddc88a1169e3aa3047e74c6a8dfb58992718f891066f75a42
@@ -73,11 +73,11 @@ module TestCenter
73
73
  def expand_testsuites_to_tests
74
74
  return if @invocation_based_tests
75
75
 
76
- known_tests = nil
76
+ known_tests = []
77
77
  @testables_tests.each do |testable, tests|
78
78
  tests.each_with_index do |test, index|
79
79
  if test.count('/') < 2
80
- known_tests ||= xctestrun_known_tests[testable]
80
+ known_tests += xctestrun_known_tests[testable]
81
81
  test_components = test.split('/')
82
82
  testsuite = test_components.size == 1 ? test_components[0] : test_components[1]
83
83
  @testables_tests[testable][index] = known_tests.select { |known_test| known_test.include?(testsuite) }
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module TestCenter
3
- VERSION = "3.8.1"
3
+ VERSION = "3.8.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-test_center
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.8.1
4
+ version: 3.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lyndsey Ferguson