mirror of
https://github.com/inspec/inspec
synced 2024-11-10 23:24:18 +00:00
Don't open a new train connect, and make an issue for improving helper support
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
fffb776982
commit
f59497d982
1 changed files with 4 additions and 4 deletions
|
@ -110,10 +110,10 @@ describe "inputs" do
|
|||
EOSCRIPT
|
||||
script.flush
|
||||
|
||||
train_cxn = Train.create("local", command_runner: :generic).connection
|
||||
# TODO - portability - this does not have windows compat stuff from the inspec() method in functional/helper.rb
|
||||
# it is not portable to windows at this point yet.
|
||||
train_cxn.run_command("ruby #{script.path}")
|
||||
# TODO - portability - this does not have windows compat stuff from the inspec()
|
||||
# method in functional/helper.rb - it is not portable to windows at this point yet.
|
||||
# https://github.com/inspec/inspec/issues/4416
|
||||
CMD.run_command("ruby #{script.path}")
|
||||
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue