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

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

Issue 23591008: Add mini_installer tests to the Chromium build infrastructure. (Closed) Base URL: http://src.chromium.org/chrome/trunk/tools/build/
Patch Set: Address csharp's comments. Created 7 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
Index: scripts/master/factory/chromium_factory.py
===================================================================
--- scripts/master/factory/chromium_factory.py (revision 219965)
+++ scripts/master/factory/chromium_factory.py (working copy)
@@ -510,6 +510,8 @@
f.AddGTestTestStep('installer_util_unittests', fp)
if R('installer_util_unittests_br'):
f.AddBuildrunnerGTest('installer_util_unittests', fp)
+ if R('mini_installer'):
+ f.AddMiniInstallerTestStep(fp)
if R('installer'):
f.AddInstallerTests(fp)
« scripts/master/factory/chromium_commands.py ('K') | « scripts/master/factory/chromium_commands.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698