]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
patchtest: Use raw strings for regex patterns
authorPaul Barker <paul@pbarker.dev>
Wed, 24 Sep 2025 19:57:47 +0000 (20:57 +0100)
committerMathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Fri, 26 Sep 2025 07:08:23 +0000 (09:08 +0200)
commit4e4d77f158ebe4db4ab3d6f5888bf80373aeed24
tree3d314c43b5ec5f3d31b253a84636b447d273232c
parent5c5c081d4cc558bdf3d37b148ee389c7e81466dc
patchtest: Use raw strings for regex patterns

This fixes several 'SyntaxWarning: invalid escape sequence' messages
printed when running patchtest.

Cc: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/lib/patchtest/patchtest_patterns.py
meta/lib/patchtest/tests/test_mbox.py