Hi Alex,
> On Thu, 31 Oct 2024 at 5:18 PM, Alexander Kanavin wrote:
>
> > Also if you can (in a separate commit) drop all usage of this
> > "2>/dev/null" pattern in wic tests that only harms fail diagnostics,
> > that would be helpful.
>
> I will send a separate commit to remove "2>/dev/null" in the wic test cases.
>
The wic test cases use out.splitlines to get the command result. If we remove
"2>/dev/null", it may capture other warning messages, making it unable to get
the current result.
To avoid needing additional code to use splitted.index("BYT;") and considering
that ‘2>/dev/null’ is also used in ‘debugfs’, I would suggest not removing
"2>/dev/null". If the same issue arises again, we can manually remove it to see
where the error is. What do you think?
Thanks,
Vince
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#206599):
https://lists.openembedded.org/g/openembedded-core/message/206599
Mute This Topic: https://lists.openembedded.org/mt/109308684/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-