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

Stdout in the trx logger does not preserve newlines #1998

Closed
singhsarab opened this issue Apr 26, 2019 · 0 comments
Closed

Stdout in the trx logger does not preserve newlines #1998

singhsarab opened this issue Apr 26, 2019 · 0 comments
Labels

Comments

@singhsarab
Copy link
Contributor

Description

Newlines are not getting preserved for the logs published via the adapter.

Expected behavior

The std out tag in the trx log looks like the following, preserving the new lines.

<StdOut>4/10/2019 5:47:53 PM [AssemblyTestExecutor     ] Executing 1 assembly files
4/10/2019 5:47:54 PM [AssemblyTestDiscoverer   ] Looking for tests in D:\Off\motf\target\x64\debug\motifcpp\x-none\Motif.NativeUnitTests.BasicPass.dll.
4/10/2019 5:47:56 PM [AssemblyTestDiscoverer   ] Beginning to create Native Test Cases.
</StdOut>

Actual behavior

<StdOut>4/11/2019 1:22:29 PM [AssemblyTestExecutor     ] Executing 1 assembly files4/11/2019 1:25:29 PM [AssemblyTestDiscoverer   ] Looking for tests in D:\Off\motf\target\x64\debug\motifcpp\x-none\Motif.NativeUnitTests.BasicPass.dll.4/11/2019 1:25:44 PM [AssemblyTestDiscoverer   ] Beginning to create Native Test Cases.</StdOut>
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

2 participants