[tests-mbedtls-multi] Fix typo in the printf (no functional change) #8482
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
testing mbedtls-multi test with verbose option is resulting to OK test, but the display shows differences between awaited result and obtained result.
This is in fact a typo in the printf line showing awaited result.
This PR fixes this.
Pull request type
How to reproduce
mbed test -n tests-mbedtls-multi -v
output is :
We can see a difference at the end of
awaited result
compared toreceived result
, but the test is OK(and it is really ok, I've checked that)
With this PR, the display is now fixed and the awaited result is the correct one.