| Index: client/cros/cros_ui_test.py
|
| diff --git a/client/cros/cros_ui_test.py b/client/cros/cros_ui_test.py
|
| index 85965db0e388ee62fd18b1ff81687112db5cac21..f200ef2cbc98a67263b6abf28c0610e3a6b8b3ff 100644
|
| --- a/client/cros/cros_ui_test.py
|
| +++ b/client/cros/cros_ui_test.py
|
| @@ -324,7 +324,7 @@ class UITest(test.test):
|
| """
|
| logout_start_regex = re.compile(login.LOGOUT_ATTEMPT_MSG)
|
| crash_regex = re.compile(
|
| - 'Received crash notification for (\w+).+ (sig \d+)')
|
| + 'Received crash notification for ([-\w]+).+ (sig \d+)')
|
| logout_complete_regex = re.compile(login.LOGOUT_COMPLETE_MSG)
|
|
|
| in_logout = False
|
|
|