android_tests/Rakefile in appium_lib-3.0.3 vs android_tests/Rakefile in appium_lib-4.0.0

- old
+ new

@@ -33,12 +33,9 @@ # rake android['single_text_name'] # rake android def run_android test_file=nil wait_for_valid_device - path = File.expand_path('appium.txt', Rake.application.original_dir) - ENV['APPIUM_TXT'] = path - puts "Rake appium.txt path is: #{path}" cmd = 'bundle exec ruby ./lib/run.rb android' cmd += %Q( "#{test_file}") if test_file bash cmd end \ No newline at end of file