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

Unified Diff: client/bin/site_crash_test.py

Issue 4168011: autotest: test sig is set correctly (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: Created 10 years, 2 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_CrashSender/logging_CrashSender.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/bin/site_crash_test.py
diff --git a/client/bin/site_crash_test.py b/client/bin/site_crash_test.py
index 011c9715606f990e2dc82bab8630d11fcfda58fa..8144fe42f04f8196f641f8918e35c689800bac49 100644
--- a/client/bin/site_crash_test.py
+++ b/client/bin/site_crash_test.py
@@ -181,7 +181,7 @@ class CrashTest(test.test):
exec_name = exec_name_match.group(1)
else:
exec_name = None
- sig_match = re.search('Sig: (\S+)', output)
+ sig_match = re.search('sig: (\S+)', output)
if sig_match:
sig = sig_match.group(1)
else:
« no previous file with comments | « no previous file | client/site_tests/logging_CrashSender/logging_CrashSender.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698