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
To me the real reason behind this is that it will help a human make a bit more sense of the build.log output (see #253). For example: when cpanm is ran with --verbose, we have almost no output on build.log to debug in case of something going wrong. Also, @ureesoriano found out that carton runs cpanm with --notest only by analyzing Carton::Build's source. This would have easily been spotted if he saw all flags near the top of the resulting build.log file.
The fact that it helps external tools is actually just a side-effect, I think :)
Would it be possible to make cpanminus log the options it is run with?
The purpose of this would be to, before sending CPAN Testers a report, enable the cpanm reporter to check if cpanminus was run with '--notest'.
The text was updated successfully, but these errors were encountered: