-
Notifications
You must be signed in to change notification settings - Fork 491
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
[Bug]: Move x records outputed
from smdk test
to --verbose
#3169
Labels
Milestone
Comments
ajhunyady
added
bug
Something isn't working
help wanted
Good issue for community involvement
good first issue
Good for newcomers
labels
Apr 19, 2023
so, without "verbose" the output should be :
with verbose :
right? @ajhunyady ? |
Hi @TanNgocDo, yes, the example provided looks right. |
Thanks @ajhunyady , I have just made a simple PR |
Thank you for the PR @TanNgocDo! The engineering team will review soon. |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Since most of the use cases we are currently facing are
json
it is be useful to pipe the result ofsmdk test
tojq
.But the
x records outputed
like breaks this functionality.Add a new flag
--verbose
, tosmdk test
and movex records outputed
under this flag:The text was updated successfully, but these errors were encountered: