Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to override verbose from command line #341

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Pfoerd
Copy link
Contributor

@Pfoerd Pfoerd commented Jul 3, 2023

When analyzing configuration failures of Pitest it's often necessary to temporarily turn on verbose output. Changing the configuration in gradle files is possible but obviously has some drawbacks.

This change adds the ability to turn on verbose output from the command line via an optional parameter:

./gradlew pitest --verbose

Fixes #349

@Pfoerd
Copy link
Contributor Author

Pfoerd commented Jul 7, 2023

@szpak what do you think about this addition?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to override verbose from command line
1 participant