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

vstest.console.exe missing colors when run through some other process #1762

Closed
tx46 opened this issue Sep 10, 2018 · 1 comment
Closed

vstest.console.exe missing colors when run through some other process #1762

tx46 opened this issue Sep 10, 2018 · 1 comment

Comments

@tx46
Copy link

tx46 commented Sep 10, 2018

Description

Colors are missing from output when run through, e.g., Gradle.

Steps to reproduce

  1. Run any tests with vstest.console.exe through some other process, e.g., Gradle.
  2. Look at output.

Expected behavior

Output text is colored.*

*) Actually, it's probably the pipe provided by Gradle that doesn't report color support properly. However, with MSBuild, this can be fixed by using /clp:ForceConsoleColor. See here. I would for something similar to be implemented in vstest.console.

Actual behavior

Output text gets stripped of color.

Diagnostic logs

n/a

Environment

OS: Windows 10 1803
vstest.console.exe: 15.8.0
Gradle: 4.10

@ShreyasRmsft
Copy link
Member

@philiparvidsson not a top priority from our side right now. Please feel free to contribute and we will help in any way we can. Thanks.

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

No branches or pull requests

3 participants