mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Run observatory tests in --non-interactive (#3146)
This patch is an attempt to fix a mysterious failure on the buildbot.
This commit is contained in:
parent
525c947ece
commit
e73c8a7f82
@ -41,6 +41,7 @@ class ShellProcess {
|
||||
class ShellLauncher {
|
||||
final List<String> args = [
|
||||
'--observatory-port=0',
|
||||
'--non-interactive',
|
||||
];
|
||||
final String shellExecutablePath;
|
||||
final String mainDartPath;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user