Skip to content

Commit

Permalink
- Make test task verbose using either rake's -v or -t (was just -t).
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/minitest/dev/": change = 14136]
  • Loading branch information
zenspider committed May 8, 2024
1 parent 9594e87 commit 6a8f348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/minitest/test_task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def initialize name = :test # :nodoc:
self.test_globs = ["test/**/test_*.rb",
"test/**/*_test.rb"]
self.test_prelude = nil
self.verbose = Rake.application.options.trace
self.verbose = Rake.application.options.trace || Rake.verbose
self.warning = true
end

Expand Down

0 comments on commit 6a8f348

Please sign in to comment.