| Index: client/site_tests/logging_UserCrash/logging_UserCrash.py
|
| diff --git a/client/site_tests/logging_UserCrash/logging_UserCrash.py b/client/site_tests/logging_UserCrash/logging_UserCrash.py
|
| index 6e70e8173b4b9ef5ae3f1f0fdcc4ffe197222813..978bf124d9aba5aef9c938dccd9fb546597ec032 100644
|
| --- a/client/site_tests/logging_UserCrash/logging_UserCrash.py
|
| +++ b/client/site_tests/logging_UserCrash/logging_UserCrash.py
|
| @@ -245,6 +245,8 @@ class logging_UserCrash(site_crash_test.CrashTest):
|
| raise error.TestFail('Sent the wrong minidump payload')
|
| if result['meta_path'] != meta_path:
|
| raise error.TestFail('Used the wrong meta file')
|
| + if result['sig'] is not None:
|
| + raise error.TestFail('User crash should not have signature')
|
|
|
| # Check version matches.
|
| lsb_release = utils.read_file('/etc/lsb-release')
|
|
|