Skip to content

Commit

Permalink
Update documentation on how to test flutter_tools (flutter#14567)
Browse files Browse the repository at this point in the history
  • Loading branch information
mravn-google authored Feb 8, 2018
1 parent 90ddb23 commit 9bc048c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ flutter shell. To run the tests, ensure that no devices are connected,
then navigate to `flutter_tools` and execute:

```shell
../../bin/cache/dart-sdk/bin/pub run test
../../bin/cache/dart-sdk/bin/pub run test -j1
```

The pre-built flutter tool runs in release mode with the observatory off by default.
Expand Down Expand Up @@ -286,7 +286,7 @@ few steps:
see the new dependency. As part of landing this change, you should make
whatever other changes are needed in this repository to account for your
breaking change.

API docs for master branch
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ To run the tests, ensure that no devices are connected,
then navigate to `flutter_tools` and execute:

```shell
../../bin/cache/dart-sdk/bin/pub run test
../../bin/cache/dart-sdk/bin/pub run test -j1
```

0 comments on commit 9bc048c

Please sign in to comment.