Alan-Jowett / bpf_conformance

Measures the conformance of a BPF runtime to the ISA.
Other
25 stars 14 forks source link

Replace newlines in error output #280

Closed Alan-Jowett closed 2 months ago

Alan-Jowett commented 2 months ago

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.

coveralls commented 2 months ago

Coverage Status

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