Native sim test output wraps lines at 256 chars #96173
Unanswered
bryceschober
asked this question in
Q&A
Replies: 1 comment
-
FWIW, I ran the executable under the debugger, and I was able to trace execution down into |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The Zephyr unit test output gets forced to wrap at 256 characters, and that is getting in the way of some custom printing that I'm doing on test assertion failure, as in:
How would I find where this force line-wrapping output behavior is implemented, and how might I adjust it?
Beta Was this translation helpful? Give feedback.
All reactions