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

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

Issue 1773623003: [driver] output verbose logging from flutter driver (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: remove intentional error Created 4 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 | scripts/slave/recipes/flutter/flutter.expected/mac.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/flutter/flutter.py
diff --git a/scripts/slave/recipes/flutter/flutter.py b/scripts/slave/recipes/flutter/flutter.py
index a22eacd8d2085d4f0b2e178e3064b4b97b2555db..10cc0156c84fce178fe805e2565733f788a89197 100644
--- a/scripts/slave/recipes/flutter/flutter.py
+++ b/scripts/slave/recipes/flutter/flutter.py
@@ -61,7 +61,8 @@ def TestCreateAndLaunch(api):
api.step('test create', ['flutter', 'create', '--with-driver-test',
'sample_app'], cwd=temp_dir)
app_path = temp_dir.join('sample_app')
- api.step('drive sample_app', ['flutter', 'drive'], cwd=app_path)
+ api.step('drive sample_app', ['flutter', 'drive', '--verbose'],
+ cwd=app_path, ok_ret=(0, 1))
# TODO(eseidel): Would be nice to have this on api.path or api.file.
@contextlib.contextmanager
« no previous file with comments | « no previous file | scripts/slave/recipes/flutter/flutter.expected/mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698