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

Unified Diff: scripts/master/factory/chromium_commands.py

Issue 1237693003: Prepare to run setup_unittests on win bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 5 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 | scripts/master/factory/chromium_factory.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/factory/chromium_commands.py
diff --git a/scripts/master/factory/chromium_commands.py b/scripts/master/factory/chromium_commands.py
index 8923189e1abe73729d3a3adc9990bd9f3c80d272..9966565332fb2e707359f7f4e06c8e6168001207 100644
--- a/scripts/master/factory/chromium_commands.py
+++ b/scripts/master/factory/chromium_commands.py
@@ -461,13 +461,13 @@ class ChromiumCommands(commands.FactoryCommands):
def AddInstallerTests(self, factory_properties):
if self._target_platform == 'win32':
- self.AddGTestTestStep('installer_util_unittests',
- factory_properties)
+ self.AddGTestTestStep('installer_util_unittests', factory_properties)
+ self.AddGTestTestStep('setup_unittests', factory_properties)
def AddBuildrunnerInstallerTests(self, factory_properties):
if self._target_platform == 'win32':
- self.AddGTestTestStep('installer_util_unittests',
- factory_properties)
+ self.AddGTestTestStep('installer_util_unittests', factory_properties)
+ self.AddGTestTestStep('setup_unittests', factory_properties)
def AddChromeUnitTests(self, factory_properties):
self.AddGTestTestStep('ipc_tests', factory_properties)
« no previous file with comments | « no previous file | scripts/master/factory/chromium_factory.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698