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:
Adam Barth 2016-10-19 14:13:22 -07:00 committed by GitHub
parent 525c947ece
commit e73c8a7f82

View File

@ -41,6 +41,7 @@ class ShellProcess {
class ShellLauncher {
final List<String> args = [
'--observatory-port=0',
'--non-interactive',
];
final String shellExecutablePath;
final String mainDartPath;