class Minitest::SuppressedSummaryReporter

def aggregated_results(*)

Disable extra failure output after a run if output is inline.
def aggregated_results(*)
  super unless options[:output_inline]
end