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

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 robertshield's comment. 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 220211)
+++ scripts/master/factory/chromium_factory.py (working copy)
@@ -516,6 +516,9 @@
if R('installer_br'):
f.AddBuildrunnerInstallerTests(fp)
+ if R('mini_installer'):
+ f.AddMiniInstallerTestStep(fp)
+
# WebKit-related tests:
if R('webkit_compositor_bindings_unittests'):
f.AddGTestTestStep('webkit_compositor_bindings_unittests', 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