module Gitlab::QA::Support::Shellout
def shell(command = nil, stdin_data: nil, mask_secrets: nil, stream_output: false, &block)
def shell(command = nil, stdin_data: nil, mask_secrets: nil, stream_output: false, &block) Support::ShellCommand.new( command, stdin_data: stdin_data, mask_secrets: mask_secrets, stream_output: stream_output).execute!(&block) end