fastlane-plugin-automated_test_emulator_run_mik 1.6.10 → 1.6.11

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
  SHA1:
3
- metadata.gz: 2502ca9780a6875f07a5450feb0bcc201fe8c7d9
4
- data.tar.gz: 8b96ed51ff054300436a67cfa5ac620c8ed18be3
3
+ metadata.gz: 1924c6f08c2c56563eaec07cb5da4111fa760790
4
+ data.tar.gz: 84ebecd72f34e07fdaddd50064614be6fb22e139
5
5
  SHA512:
6
- metadata.gz: 346a857aebc70e236fe117efe9245aba79d135b0b3584d27a538aabb4a2bd9a4c2aebc293d221276fed2cf60e06c945bfd0deb38b0ae334775e4952d4c7d0704
7
- data.tar.gz: '046916a94d2d1668212e12704350f3801578c02ba872aa3d9eb7189e39fd46ec585f5b7ca24f6cac5a3ba8c0f8cf02c88856571550e9f6b1e4bec9807f27df16'
6
+ metadata.gz: 0ed8cfb0e837030eb722ea1a626a9c94b38ca4ea32d80397670c515cfcb7ee4f4e95d6ee7dd73d0b326230cdffaf052871de88b9843f1a6edc91515030b8c09f
7
+ data.tar.gz: cf8d553b7c52460a3d82112e592a95520653dbe43983da981e63ea29491f3dcd48d6735732075a12e5fe1f8620395e81e5a3678cab4cf7fe1abe63855d15d39d
@@ -103,6 +103,7 @@ module Fastlane
103
103
  UI.message("Launching all AVDs at the same time.".yellow)
104
104
  pids = []
105
105
  for i in 0...avd_controllers.length
106
+ UI.command_output(avd_controllers[i].command_start_avd)
106
107
  pids << Process.spawn(avd_controllers[i].command_start_avd)
107
108
  end
108
109
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AutomatedTestEmulatorRunMik
3
- VERSION = "1.6.10"
3
+ VERSION = "1.6.11"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-automated_test_emulator_run_mik
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.10
4
+ version: 1.6.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kamil Krzyk