mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Turn on parallelism for inspec_shell_test.rb
Seems safe after several runs. Takes the time down from ~180s to 22s. Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
parent
ba462724db
commit
d3f81f1194
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ require "functional/helper"
|
|||
describe "inspec shell tests" do
|
||||
include FunctionalHelper
|
||||
|
||||
parallelize_me!
|
||||
|
||||
describe "cmd" do
|
||||
def assert_shell_c(code, exit_status, json = false, stderr = "")
|
||||
json_suffix = " --reporter 'json'" if json
|
||||
|
|
Loading…
Reference in a new issue