mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
remove superflous comment
This commit is contained in:
parent
d51d86e6d8
commit
515cb5a3a7
1 changed files with 0 additions and 1 deletions
1
Rakefile
1
Rakefile
|
@ -51,7 +51,6 @@ namespace :test do
|
|||
tests_path = File.join(File.dirname(__FILE__), 'test', 'integration', 'test', 'integration', 'default')
|
||||
key_files = ENV['key_files'] || File.join(ENV['HOME'], '.ssh', 'id_rsa')
|
||||
|
||||
#sh_cmd = "cd #{path} && target=#{args[:target]} key_files=#{key_files}"
|
||||
sh_cmd = "bin/inspec exec #{tests_path}/"
|
||||
sh_cmd += ENV['test'] ? "#{ENV['test']}_spec.rb" : '*'
|
||||
sh_cmd += " --sudo" unless args[:target].split('@')[0] == 'root'
|
||||
|
|
Loading…
Reference in a new issue