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

Unified Diff: appengine/swarming/test_env_handlers.py

Issue 2453873002: Add --output option to Swarming client and pass it through to the bot (Closed)
Patch Set: Fix help text for --output Created 4 years, 2 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: appengine/swarming/test_env_handlers.py
diff --git a/appengine/swarming/test_env_handlers.py b/appengine/swarming/test_env_handlers.py
index 2dd4d009dc50f61b4426928d725eabea480879c8..b924ea50bc8d85b86bf045f8dbd9ff613458a751 100644
--- a/appengine/swarming/test_env_handlers.py
+++ b/appengine/swarming/test_env_handlers.py
@@ -226,6 +226,7 @@ class AppTestBase(test_case.TestCase):
'env': [],
'execution_timeout_secs': 3600,
'io_timeout_secs': 1200,
+ 'outputs': ['foo', 'path/to/foobar']
}
props.update(properties or {})

Powered by Google App Engine
This is Rietveld 408576698