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

Unified Diff: scripts/slave/runtest.py

Issue 10855095: Collect profiling data for XP Perf(dbg). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 8 years, 4 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: scripts/slave/runtest.py
===================================================================
--- scripts/slave/runtest.py (revision 150979)
+++ scripts/slave/runtest.py (working copy)
@@ -405,7 +405,7 @@
if len(args) < 2:
return 0
- if (options.build_properties.get('buildername') != 'XP Perf (1)' or
+ if (options.build_properties.get('buildername') != 'XP Perf (dbg)' or
options.build_properties.get('mastername') != 'chromium.perf' or
not options.build_properties.get('got_revision')):
return 0
« 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