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

Replace newlines in error output #280

Merged
merged 3 commits into from
Jul 9, 2024
Merged

Replace newlines in error output #280

merged 3 commits into from
Jul 9, 2024

Conversation

Alan-Jowett
Copy link
Owner

This pull request includes changes to the bpf_conformance_options function in the src/bpf_conformance.cc file. The changes are aimed at modifying the way output and error strings are concatenated. Instead of simply appending each new line to the existing string, the updated code also adds a newline character at the end of each line. This will ensure that each line of output or error is preserved on a new line in the respective string, improving readability and debugging if necessary.

Alan Jowett added 3 commits July 9, 2024 08:42
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
@coveralls
Copy link

Coverage Status

coverage: 95.082% (-0.07%) from 95.147%
when pulling 047423d on issue279
into a407af3 on main.

@Alan-Jowett Alan-Jowett merged commit f3341ed into main Jul 9, 2024
17 of 19 checks passed
@Alan-Jowett Alan-Jowett deleted the issue279 branch July 9, 2024 16:23
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.

2 participants