Skip to content

t.verbose=true in Rake::Task.new doesn't work #392

@daddygongon

Description

@daddygongon

When 'rake test' with verbose output,

rake test TESTOPTS="-v"

works well, but

Rake::TestTask.new do |t|
     t.verbose = true
end

does not work.

Changing it to

     t.options = '-v'

it works.

If it is the specs, please change the example from t.verbose = true to t.options = '-v'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions