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. #15

Closed guillermo closed 13 years ago

guillermo commented 13 years ago
gem test --quiet rubygems-test
gem test -q some_other_gem

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
erikh commented 13 years ago

This looks great; I'll try and merge it later tonight or tomorrow.

erikh commented 13 years ago

Actually; there's a problem here:

-q should also install development dependencies. Can you adjust this code to accomodate that?

guillermo commented 13 years ago

That is fixed in that commit.

erikh commented 13 years ago

Merged this, will show up when I push. Thanks for your help!