Skip to content

Commit

Permalink
Prompt use of TESTOPTS
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDBlackwell committed Jul 31, 2016
1 parent 55bfef2 commit 2a9a472
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rake/testtask.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ def define
desc @description
task @name => Array(deps) do
FileUtilsExt.verbose(@verbose) do
puts "Use TESTOPTS=\"--verbose\" to pass --verbose" \
", etc. to runners." if ARGV.include? '--verbose'
args =
"#{ruby_opts_string} #{run_code} " +
"#{file_list_string} #{option_list}"
Expand Down

0 comments on commit 2a9a472

Please sign in to comment.