class Gitlab::QA::Support::ShellCommand

def fail!

Returns:
  • (void) -
def fail!
  logger.error("Shell command output:\n#{string_output}") unless @command.include?("docker attach") || stream_output
  raise StatusError, "Command `#{mask_secrets(command).truncate(100)}` failed! " + "✘".red
end