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

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

Issue 11348094: A testfilter with 'compile' will trigger to build everything. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 8 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/factory/commands.py
diff --git a/scripts/master/factory/commands.py b/scripts/master/factory/commands.py
index 0a2cd15a0445af61dd991228caa2ece779440837..c62eedf10af5d48492b74d535c299a1223c90196 100644
--- a/scripts/master/factory/commands.py
+++ b/scripts/master/factory/commands.py
@@ -135,6 +135,8 @@ class CompileWithRequiredSwarmTargets(shell.Compile):
command = self.command
swarm_tests = GetSwarmTestsFromTestFilter(test_filters)
command.extend(swarm_test + '_run' for swarm_test in swarm_tests)
+ if 'compile' in test_filters:
+ command.append('all')
self.setCommand(command)
return shell.Compile.start(self)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698