fastlane-plugin-automated_test_emulator_run_mik 1.6.9 → 1.6.10

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: 8c7d57f68209356d7befef87a0ba44945f40baf7
4
- data.tar.gz: 39ed41d5c53452b3d7131198c4f78f4229be02de
3
+ metadata.gz: 2502ca9780a6875f07a5450feb0bcc201fe8c7d9
4
+ data.tar.gz: 8b96ed51ff054300436a67cfa5ac620c8ed18be3
5
5
  SHA512:
6
- metadata.gz: 1e503b99b3b5aeb436140e1b6a7946c51f5a864711abda6f020e866dcad240ddcaee44cb1254e5ae32c3040d5a1ce0f7044188594cbd2e1dacf85fc15f63f6d0
7
- data.tar.gz: 76decd5a83d2a3e4e8b63dc8ee84aa7899f90ee185e9b6d1feb7583f7dc3a51a7837df42efcb79b850ff0f97c5eebc22dc8db750e5c5ee6b39a251be3d245c1e
6
+ metadata.gz: 346a857aebc70e236fe117efe9245aba79d135b0b3584d27a538aabb4a2bd9a4c2aebc293d221276fed2cf60e06c945bfd0deb38b0ae334775e4952d4c7d0704
7
+ data.tar.gz: '046916a94d2d1668212e12704350f3801578c02ba872aa3d9eb7189e39fd46ec585f5b7ca24f6cac5a3ba8c0f8cf02c88856571550e9f6b1e4bec9807f27df16'
@@ -86,7 +86,7 @@ module Fastlane
86
86
  sh_create_avd_additional_options].join(" ")
87
87
 
88
88
  avd_controller.output_file = Tempfile.new('emulator_output')
89
- avd_output = File.exists?(avd_controller.output_file) ? ["&>", avd_controller.output_file.path].join("") : "&>/dev/null &"
89
+ avd_output = File.exists?(avd_controller.output_file) ? ["&>", avd_controller.output_file.path].join("") : "&>/dev/null"
90
90
 
91
91
  avd_controller.command_start_avd = [
92
92
  sh_launch_emulator_binary,
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AutomatedTestEmulatorRunMik
3
- VERSION = "1.6.9"
3
+ VERSION = "1.6.10"
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.9
4
+ version: 1.6.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kamil Krzyk