Skip to content

Conversation

@skybrian
Copy link
Contributor

This is so that the IntelliJ Flutter plugin can report test progress using a nice UI.

(The Flutter plugin will use this to update the UI with
test progress.)
@skybrian skybrian requested a review from tvolkert June 19, 2017 22:56
@skybrian
Copy link
Contributor Author

@devoncarew

@devoncarew
Copy link
Contributor

lgtm

startPaused: startPaused,
ipv6: argResults['ipv6']);
ipv6: argResults['ipv6'],
json: machine);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: maybe put a trailing comma and the closing parens on a new line so future changes only have to affect one line.

}

if (json) {
testArgs.addAll(<String>["-r", "json"]);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

single quotes

Copy link
Contributor

@tvolkert tvolkert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just nits - LGTM

@skybrian skybrian merged commit f01e941 into flutter:master Jun 20, 2017
@skybrian skybrian deleted the testjson branch June 20, 2017 22:47
gspencergoog pushed a commit to gspencergoog/flutter that referenced this pull request Jul 1, 2017
…SON (flutter#10848)

(The Flutter plugin will use this to update the UI with test progress.)
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants