Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Unified Diff: client/site_tests/logging_UserCrash/logging_UserCrash.py

Issue 3450025: autotest: Fix problem with logging_UserCrash tgz file being masked. (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | client/site_tests/logging_UserCrash/src/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | client/site_tests/logging_UserCrash/src/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698