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

Unified Diff: tests/trychange_unittest.py

Issue 9634011: Fix support for --bot bot1,bot2 -t foo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 8 years, 9 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 | « no previous file | trychange.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/trychange_unittest.py
diff --git a/tests/trychange_unittest.py b/tests/trychange_unittest.py
index 312e78e6db2c048bcf7c88639eec31287018441c..6467b6a7d7ec64538b4bb36386d60b6fb24fe043 100755
--- a/tests/trychange_unittest.py
+++ b/tests/trychange_unittest.py
@@ -62,9 +62,8 @@ class TryChangeSimpleTest(unittest.TestCase):
# Doesn't require supermox to run.
def test_flags(self):
cmd = [
- '--bot', 'bot1',
+ '--bot', 'bot1,bot2',
'--testfilter', 'test1',
- '--bot', 'bot2',
'--testfilter', 'test2',
'--user', 'joe',
'--email', 'joe@example.com',
« no previous file with comments | « no previous file | trychange.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698