We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7119806 commit 7740d57Copy full SHA for 7740d57
lib/arduino_ci/arduino_cmd.rb
@@ -26,11 +26,10 @@ def initialize(installation)
26
@installation = installation
27
end
28
29
+ # run the arduino command
30
def run(*args)
31
full_args = [@installation.cmd_path] + args
- full_cmd = [@display_mgr.environment] + full_args
32
- puts "Running #{@display_mgr.environment} $ #{full_args.join(' ')}"
33
- system(*full_cmd)
+ @display_mgr.run(*full_args)
34
35
36
def board_installed?(board)
0 commit comments