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

Show all type of messages( sdtOut, stdErr etc) for passed tests #809

Merged
merged 2 commits into from
May 16, 2017

Conversation

Faizan2304
Copy link
Contributor

Issue: #799

@@ -354,6 +354,7 @@ private void TestResultHandler(object sender, TestResultEventArgs e)
{
var output = string.Format(CultureInfo.CurrentCulture, CommandLineResources.PassedTestIndicator, name);
Output.Information(output);
DisplayFullInformation(e.Result);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Print DebugTraceCategory in DisplayFullInformation()

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in next commit

@Faizan2304 Faizan2304 merged commit ea779b1 into microsoft:master May 16, 2017
@Faizan2304 Faizan2304 deleted the consoleOutput branch May 16, 2017 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants