| 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 e89f1a6c5f6c3065331e34ccc53d2e5ba52184f7..38f4defaab0e0b183215114fb090825bb48ba291 100644
|
| --- a/client/site_tests/logging_UserCrash/logging_UserCrash.py
|
| +++ b/client/site_tests/logging_UserCrash/logging_UserCrash.py
|
| @@ -53,7 +53,7 @@ class logging_UserCrash(site_crash_test.CrashTest):
|
| crasher is only gzipped to subvert Portage stripping.
|
| """
|
| self._crasher_path = os.path.join(self.srcdir, 'crasher_nobreakpad')
|
| - utils.system('cd %s; tar xzf crasher.tgz' %
|
| + utils.system('cd %s; tar xzf crasher.tgz-unmasked' %
|
| self.srcdir)
|
|
|
|
|
|
|