module ParallelTests::Tasks

def suppress_schema_load_output(command)

def suppress_schema_load_output(command)
  ParallelTests::Tasks.suppress_output(command, "^   ->\\|^-- ")
end