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
I would expect that --with-test would cause cpm to install test/requires modules even with --no-test specified, but alas it does not. Seems like --no-test doesn't just mean "don't run tests" but also "don't install test modules". For example, this will not install Sqitch's test modules:
cpm install --no-test --with-test App::Sqitch
Why would I want to do this? So that I can then have all the dependencies to run tests. Currently working around this issue by downloading the cpanfile, where this does work as expected:
I would expect that
--with-test
would cause cpm to installtest/requires
modules even with--no-test
specified, but alas it does not. Seems like--no-test
doesn't just mean "don't run tests" but also "don't install test modules". For example, this will not install Sqitch's test modules:Why would I want to do this? So that I can then have all the dependencies to run tests. Currently working around this issue by downloading the cpanfile, where this does work as expected:
The text was updated successfully, but these errors were encountered: