Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add a flag to TestTask for the old verbose behavior #125

Closed
pwnall opened this issue Mar 27, 2016 · 4 comments
Closed

Please add a flag to TestTask for the old verbose behavior #125

pwnall opened this issue Mar 27, 2016 · 4 comments

Comments

@pwnall
Copy link

pwnall commented Mar 27, 2016

Before 6495738, setting verbose to true displayed the command line used to run the tests. After that commit, the verbose option also enables warnings.

Can you please add an attribute that only does the former?

@hsbt
Copy link
Member

hsbt commented Mar 27, 2016

@pwnall I investigate verbose behavior Rake 11. I found a bug with verbose mode on Rake 11.

Expected: ruby -Ilib test/foo_test.rb --verbose
Actual: ruby --verbose -Ilib test/foo_test.rb

I misunderstood verbose option with #67 at minitest. #67 says The verbose option needs to be forwarded to the Ruby call., but verbose option on Rake::TestTask means minitest's it.

I'm going to revert #67 and release Rake 11.1.2.

@hsbt
Copy link
Member

hsbt commented Mar 27, 2016

Ah. I'm also misunderstanding above comments. I'm going to remove "-W" option and only show details of command line with test runner.

@hsbt
Copy link
Member

hsbt commented Mar 27, 2016

@pwnall I released Rake 11.1.2. Please try it.

@hsbt hsbt closed this as completed Mar 27, 2016
@MarkDBlackwell
Copy link
Contributor

See this comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants