Skip to content

Commit

Permalink
Supress verbose output at test task
Browse files Browse the repository at this point in the history
  • Loading branch information
unused committed Sep 19, 2024
1 parent a70c4b5 commit c7de465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/test_map/test_task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def initialize(name) # rubocop:disable Lint/MissingSuper

# Adapter for minitest test task.
class MinitestTask < Minitest::TestTask
def call = ruby(make_test_cmd)
def call = ruby(make_test_cmd, verbose: false)

def files=(test_files)
self.test_globs = test_files
Expand Down

0 comments on commit c7de465

Please sign in to comment.