commit | 3fedb8cb5ada929a697f29fb1e5783f9cfa76a15 | [log] [tgz] |
---|---|---|
author | Jonah Williams <jonahwilliams@google.com> | Mon Jul 22 15:34:03 2019 -0700 |
committer | GitHub <noreply@github.com> | Mon Jul 22 15:34:03 2019 -0700 |
tree | d525b29e0939b2df0a5687f84cedb5f2b7c49ab0 | |
parent | 295530dcaf88045c8e60cf4b44d8f183ec0eb91b [diff] [blame] |
Reland: use flutter features for web and desktop (#36699)
diff --git a/dev/bots/test.dart b/dev/bots/test.dart index f103674..48be0bb 100644 --- a/dev/bots/test.dart +++ b/dev/bots/test.dart
@@ -289,6 +289,9 @@ workingDirectory: path.join(flutterRoot, relativePathToApplication), expectNonZeroExit: false, timeout: _kShortTimeout, + environment: <String, String>{ + 'FLUTTER_WEB': 'true', + } ); print('Done.'); }