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

Unified Diff: factory/chromium_factory.py

Issue 3162038: Fire crash_service.exe on win slave during pyauto runs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/buildbot/scripts/master/
Patch Set: Created 10 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
« factory/chromium_commands.py ('K') | « factory/chromium_commands.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: factory/chromium_factory.py
===================================================================
--- factory/chromium_factory.py (revision 56990)
+++ factory/chromium_factory.py (working copy)
@@ -503,5 +503,8 @@
self._build_dir,
self._target_platform)
chromium_cmd_obj.AddDownloadAndExtractOfficialBuild(identifier)
+
+ if self._target_platform == 'win32':
John Grabowski 2010/08/25 00:56:55 Add comment explaining why you are doing this.
+ chromium_cmd_obj.AddRunCrashHandler(build_dir='chrome-win32', target='.')
self._AddTests(chromium_cmd_obj, tests, mode, factory_properties)
return factory
« factory/chromium_commands.py ('K') | « factory/chromium_commands.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698