rubygems / rubygems-test

An attempt to replace the testing facility in rubygems via a test plugin.
Other
47 stars 11 forks source link

Quiet mode should not ask user if he wants to upload the results. #14

Closed guillermo closed 13 years ago

guillermo commented 13 years ago

"gem test --quiet rubygems-test" or "gem test -q" should not ask user if he wants to upload results. So it is easy to batch test some gems, as:

rvm gem test -q rubygems-test
guillermo commented 13 years ago

Same problem.