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

Unified Diff: scripts/slave/recipes/chromedriver.py

Issue 2164043002: Clean up steps in Chromedriver recipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix expectation file error. Created 4 years, 5 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/slave/recipes/chromedriver.py
diff --git a/scripts/slave/recipes/chromedriver.py b/scripts/slave/recipes/chromedriver.py
index f319c13e01448aad418801e3666d6b8f50d3c694..931bcba1404def025b01ba9c8a44b2c93da9ef57 100644
--- a/scripts/slave/recipes/chromedriver.py
+++ b/scripts/slave/recipes/chromedriver.py
@@ -118,4 +118,4 @@ def GenTests(api):
parent_build_archive_url='gs://test-domain/test-archive.zip',
got_revision='4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00',
got_revision_cp='refs/heads/master@{#333333}') +
- api.step_data('java_tests(chrome_stable)', retcode=1))
+ api.step_data('java_tests chrome_stable', retcode=1))

Powered by Google App Engine
This is Rietveld 408576698