mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
oeqa/runtime: clean up deprecated backslash expansion
(From OE-Core rev: 77085a05240c3f8226b9f2199c977f2555807789) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
13cc2d67e7
commit
1c3c56ca19
@@ -154,7 +154,7 @@ class SystemdJournalTests(SystemdTest):
|
||||
"""
|
||||
|
||||
# The expression chain that uniquely identifies the time boot message.
|
||||
expr_items=['Startup finished', 'kernel', 'userspace','\.$']
|
||||
expr_items=['Startup finished', 'kernel', 'userspace', r'\.$']
|
||||
try:
|
||||
output = self.journalctl(args='-o cat --reverse')
|
||||
except AssertionError:
|
||||
|
||||
Reference in New Issue
Block a user