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

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

Issue 7248051: Remove app_unittests and add sql_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 9 years, 6 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 | « masters/master.tryserver.chromium/master.cfg ('k') | no next file » | 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 ceaa52c8e41199aedeaf7ca81c5c045002e771b9..67b24f331455e4bf403add810d17e52cbe58600f 100644
--- a/scripts/master/factory/chromium_commands.py
+++ b/scripts/master/factory/chromium_commands.py
@@ -463,7 +463,7 @@ class ChromiumCommands(commands.FactoryCommands):
self.AddBasicGTestTestStep('ipc_tests', factory_properties)
self.AddBasicGTestTestStep('sync_unit_tests', factory_properties)
self.AddBasicGTestTestStep('unit_tests', factory_properties)
- self.AddBasicGTestTestStep('app_unittests', factory_properties)
+ self.AddBasicGTestTestStep('sql_unittests', factory_properties)
self.AddBasicGTestTestStep('gfx_unittests', factory_properties)
if self._target_platform == 'win32':
self.AddBasicGTestTestStep('views_unittests', factory_properties)
« no previous file with comments | « masters/master.tryserver.chromium/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698