| Index: client/site_tests/logging_KernelCrash/logging_KernelCrash.py
|
| diff --git a/client/site_tests/logging_KernelCrash/logging_KernelCrash.py b/client/site_tests/logging_KernelCrash/logging_KernelCrash.py
|
| index 1e7881956422b96496dfb96c3e82772361e9e7bf..f9ba990db99847d2cb0d44b091280629f5ac9f64 100644
|
| --- a/client/site_tests/logging_KernelCrash/logging_KernelCrash.py
|
| +++ b/client/site_tests/logging_KernelCrash/logging_KernelCrash.py
|
| @@ -65,7 +65,7 @@ class logging_KernelCrash(site_crash_test.CrashTest):
|
| else:
|
| if kcrash_report is not None:
|
| raise error.TestFail('Should not have found kcrash filename')
|
| - if announce_match.group(2) != 'ignoring':
|
| + if announce_match.group(2) != 'ignoring - no consent':
|
| raise error.TestFail('Did not announce ignoring of kcrash')
|
| return
|
|
|
|
|