]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Correct regex string in test_spi
authorSimon Glass <sjg@chromium.org>
Tue, 12 Nov 2024 14:13:25 +0000 (07:13 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 13 Nov 2024 18:01:35 +0000 (12:01 -0600)
commit5e92fbcefc40ff45ed76757a3592a55d80f02f95
treef3c2147610cff2b4d188de80229172bb5a3fc623
parent8f2a9fa7d6e73d3ae8dfb7ee180ee62e725df610
test: Correct regex string in test_spi

Use an 'r' string to avoid a warning:

  test/py/tests/test_spi.py:698: DeprecationWarning: invalid escape
     sequence '\s'

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Love Kumar <love.kumar@amd.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_spi.py