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

Unified Diff: trychange.py

Issue 8895022: Still send try job status even if test filter is used (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 9 years 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 | « git_try.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trychange.py
diff --git a/trychange.py b/trychange.py
index 78b90a7705c16a1ff9431bd98567fc324bd692b7..12aa9489938bd5c850096226aecda975b13e0684 100755
--- a/trychange.py
+++ b/trychange.py
@@ -785,11 +785,6 @@ def TryChange(argv,
# If no bot is specified, either the default pool will be selected or the
# try server will refuse the job. Either case we don't need to interfere.
- # Prevent rietveld updates if we aren't running all the tests.
- if options.testfilter is not None:
- options.issue = None
- options.patchset = None
-
# Send the patch.
if options.send_patch:
# If forced.
« no previous file with comments | « git_try.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698