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

Disable color output to avoid appverif problem #708

Merged
merged 2 commits into from
Jan 4, 2022

Commits on Jan 4, 2022

  1. Disable color output to avoid appverif problem

    There does not appear to be any simple way to use a custom color
    class with CATCH2 so we just disable color as is done for a UWP.
    
    Fixes microsoft#679
    
    Signed-off-by: Dave Thaler <dthaler@microsoft.com>
    dthaler committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    656ff8d View commit details
    Browse the repository at this point in the history
  2. Add reference to catch2 issue

    Signed-off-by: Dave Thaler <dthaler@microsoft.com>
    dthaler committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    43eeb22 View commit details
    Browse the repository at this point in the history