You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing the zillion dependencies for my application, two of them, Foo::Bar and Baz::Barf, have known test failures which I don't care about. It would be handy to be able to tell cpanm to test and install all the dependencies, including the dependencies of Foo::Bar and Baz::Barf, but to skip tests for Foo::Bar and Baz::Barf only.
I suggest a command-line syntax like --notest=Foo::Bar,Baz::Barf,....
The text was updated successfully, but these errors were encountered:
When installing the zillion dependencies for my application, two of them, Foo::Bar and Baz::Barf, have known test failures which I don't care about. It would be handy to be able to tell cpanm to test and install all the dependencies, including the dependencies of Foo::Bar and Baz::Barf, but to skip tests for Foo::Bar and Baz::Barf only.
I suggest a command-line syntax like
--notest=Foo::Bar,Baz::Barf,...
.The text was updated successfully, but these errors were encountered: