diff options
Diffstat (limited to 'meta/lib/oeqa/runtime/cases/systemd.py')
-rw-r--r-- | meta/lib/oeqa/runtime/cases/systemd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/cases/systemd.py b/meta/lib/oeqa/runtime/cases/systemd.py index 720b4b517a..37f295492d 100644 --- a/meta/lib/oeqa/runtime/cases/systemd.py +++ b/meta/lib/oeqa/runtime/cases/systemd.py | |||
@@ -154,7 +154,7 @@ class SystemdJournalTests(SystemdTest): | |||
154 | """ | 154 | """ |
155 | 155 | ||
156 | # The expression chain that uniquely identifies the time boot message. | 156 | # The expression chain that uniquely identifies the time boot message. |
157 | expr_items=['Startup finished', 'kernel', 'userspace','\.$'] | 157 | expr_items=['Startup finished', 'kernel', 'userspace', r'\.$'] |
158 | try: | 158 | try: |
159 | output = self.journalctl(args='-o cat --reverse') | 159 | output = self.journalctl(args='-o cat --reverse') |
160 | except AssertionError: | 160 | except AssertionError: |