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

dotnet test does not appear to respect nologo #1701

Closed
wli3 opened this issue Jul 27, 2018 · 2 comments
Closed

dotnet test does not appear to respect nologo #1701

wli3 opened this issue Jul 27, 2018 · 2 comments
Assignees
Labels

Comments

@wli3
Copy link

wli3 commented Jul 27, 2018

From @chamons on July 27, 2018 3:25

Steps to reproduce

Unlike dotnet build, dotnet test when used with xunit does not appear to respect nologo.

dotnet test /v:q /nologo
Build started, please wait...
Build completed.

Test run for /Users/donblas/tmp/foo/bin/Debug/netcoreapp2.1/foo.dll(.NETCoreApp,Version=v2.1)
Microsoft (R) Test Execution Command Line Tool Version 15.7.0
Copyright (c) Microsoft Corporation.  All rights reserved.

Expected behavior

These lines not shown:

Microsoft (R) Test Execution Command Line Tool Version 15.7.0
Copyright (c) Microsoft Corporation.  All rights reserved.

Actual behavior

https://gist.github.com/chamons/032eddcceecdecef97216e9ffc8aa1ff

Environment data

dotnet --info output: https://gist.github.com/chamons/bd96b104e88a0fd15a36f2bf0975e5c9

Copied from original issue: dotnet/cli#9745

@mayankbansal018
Copy link
Contributor

still need to complete dotnet cli PR

@smadala
Copy link
Contributor

smadala commented Aug 9, 2018

Related to #1696

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

No branches or pull requests

4 participants