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

Fix reporter verbosity bug #253

Merged
merged 1 commit into from Mar 3, 2021
Merged

Fix reporter verbosity bug #253

merged 1 commit into from Mar 3, 2021

Commits on Mar 3, 2021

  1. Fix reporter verbosity bug

    FormatDiff should only set the verbosity to 3 if the current verbosity
    is lower than 3. Otherwise, it may remove an intended higher verbosity
    setting causing the reporter output to not differentiate between
    two large values that are different at the end.
    
    While we are at it, increase the maxVerbosityPreset to 6.
    dsnet committed Mar 3, 2021
    Copy the full SHA
    df549bd View commit details
    Browse the repository at this point in the history