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

Minimal console messages #1

Closed
sswaroopgupta opened this issue Feb 7, 2018 · 1 comment
Closed

Minimal console messages #1

sswaroopgupta opened this issue Feb 7, 2018 · 1 comment

Comments

@sswaroopgupta
Copy link

Expected behavior
When gauge specs are run, the messages on the console can be minimum

Actual behavior
Apart from the statistics and the run information, the following is also getting printed

Microsoft (R) Build Engine version 15.5.180.51428 for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.

  Restore completed in 16.95 ms for <projpath>\testFolder\dotnet\dotnet.csproj.
  dotnet -> <projpath>\testFolder\dotnet\bin\Release\netstandard2.0\dotnet.dll
  dotnet -> <projpath>\testFolder\dotnet\gauge-bin\

Version

Gauge version: 0.9.8.nightly-2018-02-02
Commit Hash: bff4f46

Plugins
-------
dotnet (0.0.1.nightly-2018-02-05)
@sriv
Copy link
Member

sriv commented Feb 12, 2018

Cannot seem to get rid of this:

Microsoft (R) Build Engine version 15.5.180.51428 for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.

from the dotnet cli.

I added a -q flag to suppress the project logs. These can be enabled when using DEBUG log level.

Fix should be available in nightly >= 12/02/18

@ghost ghost removed the ready for QA label Feb 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants