fastlane-plugin-automated_test_emulator_run_mik 1.6.15.pre.1 → 1.6.15.pre.2

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: 3e9cccc5342dd54f5f33b38a34e940407f4c6643
4
- data.tar.gz: c2fa469dea9201edcdbcfd5ae8b5293d9a78401d
3
+ metadata.gz: 3ef0b6137f15b7dd5698c2fd2314265861a349c6
4
+ data.tar.gz: 0fdc3dc929d8bb1bb01e310e97e2a312554bed8b
5
5
  SHA512:
6
- metadata.gz: 98d35b11901102cb2d38f003bebbcd7cbfcc91de2d242a14ed8ce1f511fac0934cc941ac2399e0ef882c270540d6213b5d780316874196291798d839c7da3394
7
- data.tar.gz: d9edd0cb14b47dc96e9aa58fa4caecb4ac57cf4d58bf378d03fd7e231c25e5807720624d1a3c6cdbfe486cc81e297881e7d8810ea1121920c7858072c400ee96
6
+ metadata.gz: 5b50b0b6dfd090341bdd48b62a574667705d6815033c8dc128b96f27d6f19ac6188927b8d9007d0c9a1cd43812387e8e1c80828768cae52d6815c6fc87b177c3
7
+ data.tar.gz: 4edd66e4a8fd4be875c9eaa1659d3130d7f600ff96d778915badcf312dd807d0953908ba61809cd22fb4d871c6eee3ceec2167a097a82dd782d2a2ea7fb7cbb9
@@ -103,7 +103,7 @@ module Fastlane
103
103
  pids = []
104
104
  for i in 0...avd_controllers.length
105
105
  UI.command(avd_controllers[i].command_start_avd)
106
- pids << Process.spawn(avd_controllers[i].command_start_avd)
106
+ pids << Process.spawn(avd_controllers[i].command_start_avd, :chdir=>ENV['HOME'])
107
107
  end
108
108
 
109
109
  # Wait for AVDs finish booting
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AutomatedTestEmulatorRunMik
3
- VERSION = "1.6.15-1"
3
+ VERSION = "1.6.15-2"
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.15.pre.1
4
+ version: 1.6.15.pre.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kamil Krzyk