-
Notifications
You must be signed in to change notification settings - Fork 255
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
Improve formatting of e2e test build errors #1447
Comments
Hi @itowlson sorry about this. I am looking into this. would something like following be fine:
I am getting above using
If there is a better way to do this, could you please let me know. thanks |
Yep, that would be fine - thanks! |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was editing
testcases/key-value/lib.rs
and missed a?
on a fallible operation and this is howmake test-kv
explained the problem to me:It would be great if we could preserve line breaks to make errors like this easier to read.
The text was updated successfully, but these errors were encountered: