Re: [PATCH] test/py: spi: Set the expected error message

2024-08-29 Thread Michal Simek
On 8/29/24 09:33, Love Kumar wrote: If erase/write/read size is 0 then it throws the mentioned error message when debug message ie enabled as per "899fb5aa8becc159b1eb086d8828c4e8eb28f121" you should use this format not just sha1. 899fb5aa8bec ("cmd: sf/nand: Print and return failure when 0

[PATCH] test/py: spi: Set the expected error message

2024-08-29 Thread Love Kumar
If erase/write/read size is 0 then it throws the mentioned error message when debug message ie enabled as per "899fb5aa8becc159b1eb086d8828c4e8eb28f121" , setting it to None as debug message is not enabled by default for testing. Signed-off-by: Love Kumar --- test/py/tests/test_spi.py | 4 ++--