We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Newlines are not getting preserved for the logs published via the adapter.
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>
<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>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Newlines are not getting preserved for the logs published via the adapter.
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: