cabal-validate
: Some steps shouldn't be steps
#10570
Labels
cabal-validate
validate.sh (cabal-validate) test suite runner
meta: tracking
re: devx
Improving the cabal developer experience (internal issue)
type: testing
Issues about project test suites
print-config
,print-tool-versions
, andtime-summary
aren't really steps in the sense that they run commands with side-effects, they just print informative output for the user.There's two issues with this:
./validate.sh
with no arguments clutters the output with a bunch of mostly-useless information../validate.sh -s cli-suite
, configuration information and a summary of how long it took to run all the steps will be skipped.Proposal: Configuration information and a time summary should be displayed (or not displayed, depending on
--verbose
) regardless of what steps are given.The text was updated successfully, but these errors were encountered: