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

Unified Diff: tools/perf/diagnose_test_failure

Issue 2034573005: [tools/perf] Improve the regex to find the commited revision (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/diagnose_test_failure
diff --git a/tools/perf/diagnose_test_failure b/tools/perf/diagnose_test_failure
index 541a4847384978a79b66b9521998c697360bedf6..8ede377c07953d3e226793d1342c3f0cdbdd2ae8 100755
--- a/tools/perf/diagnose_test_failure
+++ b/tools/perf/diagnose_test_failure
@@ -10,7 +10,7 @@ import urllib2
_BUILD_REGEX = r'builds/(\d+)'
-_REVISION_REGEX = r'Cr-Commit-Position: refs/heads/master@{#(\d+)}'
+_REVISION_REGEX = r'\nCr-Commit-Position: refs/heads/master@{#(\d+)}'
class _Color(object):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698